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 float on NVPTX #45

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Optimize atomic float on NVPTX #45

wants to merge 1 commit into from

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Oct 20, 2022

Closes #34

TODO:

  • needs tests
  • handle pre-sm_70

@taiki-e taiki-e added the O-nvptx Target: NVPTX, https://llvm.org/docs/NVPTXUsage.html label Oct 20, 2022
@taiki-e taiki-e force-pushed the nvptx branch 2 times, most recently from 6f513d9 to 12ca810 Compare December 25, 2022 12:05
@taiki-e taiki-e force-pushed the nvptx branch 3 times, most recently from 9115e76 to da7a9f5 Compare February 4, 2023 14:23
@taiki-e taiki-e force-pushed the nvptx branch 2 times, most recently from 02adc3a to 5380572 Compare June 4, 2023 14:00
@taiki-e taiki-e force-pushed the main branch 2 times, most recently from a4d8248 to 6d90a3d Compare July 29, 2023 08:13
@taiki-e taiki-e force-pushed the main branch 2 times, most recently from ea83130 to 899352a Compare September 23, 2023 05:20
@taiki-e taiki-e force-pushed the main branch 5 times, most recently from c9456c0 to 67c1339 Compare March 9, 2024 12:33
@taiki-e taiki-e force-pushed the main branch 9 times, most recently from 51d5755 to a68d11b Compare October 4, 2024 21:07
@taiki-e taiki-e force-pushed the main branch 5 times, most recently from 6035b03 to 33b6cb5 Compare October 19, 2024 11:51
@taiki-e taiki-e force-pushed the main branch 3 times, most recently from c49dd72 to b4a720e Compare October 27, 2024 05:30
@taiki-e taiki-e force-pushed the main branch 3 times, most recently from 8813362 to 33ab2c1 Compare November 23, 2024 17:40
@taiki-e taiki-e force-pushed the main branch 5 times, most recently from c05229d to 9d65f58 Compare January 7, 2025 17:29
@taiki-e taiki-e added the A-float Area: related atomic float label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-float Area: related atomic float O-nvptx Target: NVPTX, https://llvm.org/docs/NVPTXUsage.html
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize atomic floats on nvptx
1 participant