We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771d9fe commit 0c9756fCopy full SHA for 0c9756f
ext/AtomixCUDAExt.jl
@@ -48,6 +48,8 @@ end
48
CUDA.atomic_min!(ptr, x)
49
elseif op === max
50
CUDA.atomic_max!(ptr, x)
51
+ elseif op === Atomix.right
52
+ CUDA.atomic_xchg!(ptr, x)
53
else
54
error("not implemented")
55
end
0 commit comments