We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, only LLVM.Internal.atomic_pointermodify takes a syncscope argument; probably all UnsafeAtomics APIs do.
LLVM.Internal.atomic_pointermodify
syncscope
@pxl-th How are you setting custom syncscopes?
The text was updated successfully, but these errors were encountered:
At the moment I'm just setting syncscope to agent for all FP +- atomic ops: https://github.com/JuliaGPU/AMDGPU.jl/blob/57d8324533209b456e789897c18a10b021afc090/src/AMDGPU.jl#L149
Sorry, something went wrong.
After #20 we can now do UnsafeAtomics.modify!(ptr, op, x, ord, UnsafeAtomics.Internal.LLVMSyncScope{:agent}())
UnsafeAtomics.modify!(ptr, op, x, ord, UnsafeAtomics.Internal.LLVMSyncScope{:agent}())
JuliaGPU/AMDGPU.jl#709
No branches or pull requests
Currently, only
LLVM.Internal.atomic_pointermodify
takes asyncscope
argument; probably all UnsafeAtomics APIs do.@pxl-th How are you setting custom syncscopes?
The text was updated successfully, but these errors were encountered: