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.
Paths
| Differential D128179
[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 COMPUTE_PGM_RSRC2.LDS_SIZE is unaffected. It is still in units of
Diff Detail
Event TimelineThis 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 Closed by commit rG929a8ad2b66f: [AMDGPU] Update SPI_SHADER_PGM_RSRC2_PS.EXTRA_LDS_SIZE for GFX11 (authored by foad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 438683 llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
llvm/test/CodeGen/AMDGPU/extra-lds-size.ll
|