[all-commits] [llvm/llvm-project] 929a8a: [AMDGPU] Update SPI_SHADER_PGM_RSRC2_PS.EXTRA_LDS_...
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Jun 21 06:51:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 929a8ad2b66f79bf9a8bcb14af63e40a40d9e44e
https://github.com/llvm/llvm-project/commit/929a8ad2b66f79bf9a8bcb14af63e40a40d9e44e
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
M llvm/test/CodeGen/AMDGPU/extra-lds-size.ll
Log Message:
-----------
[AMDGPU] Update SPI_SHADER_PGM_RSRC2_PS.EXTRA_LDS_SIZE for GFX11
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.
Differential Revision: https://reviews.llvm.org/D128179
More information about the All-commits
mailing list