-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Unbox nodes in GraalVM JIT IR causing compilation errors. #521
Comments
Because I am working on the generation of kernels from basic functions and passed to them functional interfaces and will have to deal with this issue anyway - #516 I will fix this bug first if there are no objections. |
Hi @jjfumero . I am going to add a separate test suite to test support of primitive wrappers (obviously unboxing only; no method calls are supported), and it will include the currently failing test #515 (reply in thread) . I suppose there will be other tests that need to be fixed. |
Hi @andrii0lomakin , we prefer separate PRs. You can submit incremental PRs to support more and more. The important thing is that the PRs can be reproduced with tests, and those tests can run on multiple platforms (OpenCL, PTX and SPIR-V). |
@jjfumero When you mean that you prefer incremental PRs did it imply that you use some kind of PR stacking tool or resolve all upcoming changes manually? |
I meant. every PR is one fix, in the case you have different types of fixes. |
I am closing this issue since the fix was provided and merged in #533 |
The presence of the Unbox nodes in GrallVM IR is causing compilation errors.
There are several examples of such compilation crashes from this discussion #515 (reply in thread) and this one #516 (comment) .
The text was updated successfully, but these errors were encountered: