This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][GFX90A+] Disabled ds_ordered_count and exp
ClosedPublic

Authored by dp on Apr 20 2022, 4:58 AM.

Details

Summary

GFX9 SPG explicitly states that these instructions are not supported:

MI200 cannot execute:

  • GDS ops – MI200 supports only GWS (not ordered count)
  • Exports

These opcodes are not supported by SP3 either.

Diff Detail

Event Timeline

dp created this revision.Apr 20 2022, 4:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2022, 4:58 AM
dp requested review of this revision.Apr 20 2022, 4:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2022, 4:58 AM
rampitec accepted this revision.Apr 20 2022, 12:03 PM
This revision is now accepted and ready to land.Apr 20 2022, 12:03 PM
This revision was landed with ongoing or failed builds.Apr 21 2022, 3:17 AM
This revision was automatically updated to reflect the committed changes.