-
-
Notifications
You must be signed in to change notification settings - Fork 23
Optimize atomic floats on nvptx #34
Copy link
Copy link
Open
Labels
A-floatArea: related to atomic floatArea: related to atomic floatC-enhancementCategory: A new feature or an improvement for an existing oneCategory: A new feature or an improvement for an existing oneO-nvptxTarget: NVPTX, https://llvm.org/docs/NVPTXUsage.htmlTarget: NVPTX, https://llvm.org/docs/NVPTXUsage.html
Metadata
Metadata
Assignees
Labels
A-floatArea: related to atomic floatArea: related to atomic floatC-enhancementCategory: A new feature or an improvement for an existing oneCategory: A new feature or an improvement for an existing oneO-nvptxTarget: NVPTX, https://llvm.org/docs/NVPTXUsage.htmlTarget: NVPTX, https://llvm.org/docs/NVPTXUsage.html
The CPU targets do not have instructions for atomic float(UPDATE: AArch64 now has FEAT_LSFE (#201)), but the GPU targets have these instructions.