This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Update SPI_SHADER_PGM_RSRC2_PS.EXTRA_LDS_SIZE for GFX11
ClosedPublic

Authored by foad on Jun 20 2022, 3:36 AM.

Details

Summary

The granularity of SPI_SHADER_PGM_RSRC2_PS.EXTRA_LDS_SIZE changed
in GFX11. It is now in units of 256 dwords instead of 128 dwords.

COMPUTE_PGM_RSRC2.LDS_SIZE is unaffected. It is still in units of
128 dwords.

Diff Detail

Event Timeline

foad created this revision.Jun 20 2022, 3:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 3:36 AM
foad requested review of this revision.Jun 20 2022, 3:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 3:36 AM
foad added a reviewer: Restricted Project.Jun 20 2022, 4:37 AM
Joe_Nash accepted this revision.Jun 21 2022, 6:35 AM
This revision is now accepted and ready to land.Jun 21 2022, 6:35 AM
This revision was landed with ongoing or failed builds.Jun 21 2022, 6:51 AM
This revision was automatically updated to reflect the committed changes.