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 eb24b95 commit bb2e066Copy full SHA for bb2e066
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