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
Hi,
As pointed out at ROCm/hipamd#65 , there is not version of the atomicMin/Max methods for signed long long arguments. These variants are available in CUDA as seen at https://docs.nvidia.com/cuda/cuda-c-programming-guide/#atomicmin (as well as in OpenCL on AMD GPUs). Therefore it seems like they should be added.
Best regards, Epliz
The text was updated successfully, but these errors were encountered:
Thanks for reporting it. Will look at it.
Sorry, something went wrong.
SWDEV-399522 - Fix the issue #2 raised on github clr repo. Adds signe…
be02e1e
…d long long atomics Change-Id: I09c386d45e219e472d2da1449f678b9d17fe3e2e
Fixed via: be02e1e
No branches or pull requests
Hi,
As pointed out at ROCm/hipamd#65 , there is not version of the atomicMin/Max methods for signed long long arguments.
These variants are available in CUDA as seen at https://docs.nvidia.com/cuda/cuda-c-programming-guide/#atomicmin (as well as in OpenCL on AMD GPUs).
Therefore it seems like they should be added.
Best regards,
Epliz
The text was updated successfully, but these errors were encountered: