-
Notifications
You must be signed in to change notification settings - Fork 33
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
Atomic operations on local memory doesn't work on integrated GPU #1068
Comments
On CPU doesn't work either. |
I'm encountering the same error with |
Apparently this has been fixed by 2032e47 (by reverting the spirv bumps) |
Fixed in #1103 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproducer:
Result:
Expected result:
NUMBA_DPEX_ACTIVATE_ATOMICS_FP_NATIVE=1
fix the issue on 0.21.dev1 but doesn't work on latest main.The text was updated successfully, but these errors were encountered: