-
Notifications
You must be signed in to change notification settings - Fork 38
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
OOB trap is fatal for CPU back-ends #249
Comments
Problem is that SPIR-V only has |
Apologies for adding noise. Another way to run on CPU as backend (on Linux) would be:
which interestingly gives a different error:
This error is same if I run it with NVIDIA/AMD GPUs as well. |
Definitely interesting, as it means that rusticl lowers EDIT: opened an issue, pocl/pocl#1619 |
@VarLad Could you check whether the kernel actually exits after encountering an exception, i.e., if no code after it gets executed? And/or, if possible, post the generated native code for the kernel. |
The text was updated successfully, but these errors were encountered: