This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] 64-bit atom.{and,or,xor,min,max} require sm_32 or higher
ClosedPublic

Authored by asavonic on Apr 4 2022, 8:34 AM.

Details

Summary

PTX ISA spec, s9.7.12.4. Parallel Synchronization and Communication Instructions: atom

Target ISA Notes
64-bit atom.{and,or,xor,min,max} require sm_32 or higher.

Diff Detail

Event Timeline

asavonic created this revision.Apr 4 2022, 8:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 8:34 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
asavonic requested review of this revision.Apr 4 2022, 8:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 8:34 AM
tra accepted this revision.Apr 4 2022, 11:02 AM
This revision is now accepted and ready to land.Apr 4 2022, 11:02 AM
This revision was landed with ongoing or failed builds.Apr 14 2022, 7:08 AM
This revision was automatically updated to reflect the committed changes.