Files
clang-p2996/offload/DeviceRTL/include
Joseph Huber dfcb8cb2a9 [OpenMP] Add pre sm_70 load hack back in (#138589)
Summary:
Different ordering modes aren't supported for an atomic load, so we just
do an add of zero as the same thing. It's less efficient, but it works.

Fixes https://github.com/llvm/llvm-project/issues/138560
2025-05-05 16:33:41 -05:00
..