This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] .attribute(.managed) is only supported for sm_30 and PTX 4.0
ClosedPublic

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

Details

Summary

PTX ISA spec, s5.4.8. Variable Attribute Directive: .attribute

PTX ISA Notes
Introduced in PTX ISA version 4.0.

Target ISA Notes
.managed attribute requires sm_30 or higher.

Diff Detail

Event Timeline

asavonic created this revision.Apr 4 2022, 8:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 8:35 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
asavonic requested review of this revision.Apr 4 2022, 8:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 8:35 AM
tra accepted this revision.Apr 4 2022, 11:10 AM
This revision is now accepted and ready to land.Apr 4 2022, 11:10 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.