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 added the A-float Area: related to atomic float label Jan 12, 2025
@taiki-e taiki-e force-pushed the nvptx branch 3 times, most recently from 1daf335 to cfcddf3 Compare January 13, 2025 04:49
@taiki-e taiki-e force-pushed the main branch 5 times, most recently from 53c8409 to 378f6cd Compare January 15, 2025 15:07
@taiki-e taiki-e force-pushed the main branch 8 times, most recently from 52836df to 4a9ffc4 Compare February 5, 2025 17:50
@taiki-e taiki-e force-pushed the main branch 5 times, most recently from a368389 to eeb0235 Compare February 24, 2025 12:09
@taiki-e taiki-e force-pushed the main branch 5 times, most recently from 77c5d0d to 813bf8f Compare March 7, 2025 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-float Area: related to 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