Skip to content
New issue

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

missing atomicMin/Max for signed long long in HIP (available in CUDA) #2

Closed
Epliz opened this issue Apr 29, 2023 · 2 comments
Closed

Comments

@Epliz
Copy link

Epliz commented Apr 29, 2023

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

@jatinx
Copy link

jatinx commented May 1, 2023

Thanks for reporting it. Will look at it.

gargrahul pushed a commit that referenced this issue Jun 20, 2023
…d long long atomics

Change-Id: I09c386d45e219e472d2da1449f678b9d17fe3e2e
@cjatin
Copy link
Contributor

cjatin commented Jul 21, 2023

Fixed via: be02e1e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants