[llvm] [NVPTX] Add syncscope support for cmpxchg (PR #140812)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 22 11:45:08 PDT 2025


Artem-B wrote:

The problem was in triton code, which copy/pasted use of `syncscope("agent")` from AMDGPU code. Replacing it with `syncscope("device")` resolved the issue. 

https://github.com/llvm/llvm-project/pull/140812


More information about the llvm-commits mailing list