You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I am learning to use SYCL but I encountered a little issue when using sycl::atomic_ref::exchange. Things work fine on CPU, but when I switched to GPU even a very simple test (see below) crash with a CUDA error. Other atomic primitives such as store or load works fine.
Describe the bug
Hey! I am learning to use SYCL but I encountered a little issue when using
sycl::atomic_ref::exchange
. Things work fine on CPU, but when I switched to GPU even a very simple test (see below) crash with a CUDA error. Other atomic primitives such asstore
orload
works fine.To reproduce
This is my output; obviously it crashes which is not what one would expect.
Environment
icpx --version
output:nvidia-smi
:And output of
sycl-ls --verbose
:Additional context
No response
The text was updated successfully, but these errors were encountered: