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
[CTS] Fix urEnqueueKernelLaunchIncrementMultiDeviceMultiThreadTest test
Do not run multiple kernels in parallel that modify the same
memory. To make this work, atomics would have to be used.
Instead, use separate memory for each kernel.
0 commit comments