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
[SYCL] Update checks in unsafe atomics test for AMDGPU (#16342)
The need for updated check was caused by a move from using AMD builtins
in favour of IR instructions with correct metadata attached, see:
b5e63cc
I travelled back in time to:
* intel/llvm:
358b777
* unified-runtime:
oneapi-src/unified-runtime@6406879
and verified that generated assembly (cpp -> IR -> s) is the same for
before and after the builtin change.
0 commit comments