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
@kernelfunction_scatter!(op::OP, dst, src, idxs) where OP
i =@index(Global)
idx =Tuple(idxs[i])
Atomix.modify!(Atomix.IndexableRef(dst, idx), op, src[i])
end
On Julia 1.9-rc2 on CUDA fails for - op, but works for +, *, /, min, max:
Ref FluxML/NNlib.jl#487.
Consider this kernel:
On Julia 1.9-rc2 on CUDA fails for
-
op, but works for+
,*
,/
,min
,max
:Additionally, irrespective of backend, replacing:
with:
Does not perform
op
atomically.The text was updated successfully, but these errors were encountered: