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

Optimize atomic floats on nvptx #34

Open
taiki-e opened this issue Aug 17, 2022 · 0 comments · May be fixed by #45
Open

Optimize atomic floats on nvptx #34

taiki-e opened this issue Aug 17, 2022 · 0 comments · May be fixed by #45
Labels
C-enhancement Category: A new feature or an improvement for an existing one O-nvptx Target: NVPTX, https://llvm.org/docs/NVPTXUsage.html

Comments

@taiki-e
Copy link
Owner

taiki-e commented Aug 17, 2022

The CPU targets do not have instructions for atomic float, but the GPU targets have these instructions.

@taiki-e taiki-e added C-enhancement Category: A new feature or an improvement for an existing one O-nvptx Target: NVPTX, https://llvm.org/docs/NVPTXUsage.html labels Aug 17, 2022
@taiki-e taiki-e linked a pull request Oct 20, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: A new feature or an improvement for an existing one O-nvptx Target: NVPTX, https://llvm.org/docs/NVPTXUsage.html
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant