[all-commits] [llvm/llvm-project] ff85d6: Update *_TMPRING_SIZE.WAVESIZE for GFX11
Jay Foad via All-commits
all-commits at lists.llvm.org
Fri Jun 10 10:52:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff85d61a6e1844067afc6f82962cc1c81cd30606
https://github.com/llvm/llvm-project/commit/ff85d61a6e1844067afc6f82962cc1c81cd30606
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/test/CodeGen/AMDGPU/mesa3d.ll
Log Message:
-----------
Update *_TMPRING_SIZE.WAVESIZE for GFX11
The encoding of COMPUTE_TMPRING_SIZE.WAVESIZE and
SPI_TMPRING_SIZE.WAVESIZE has changed in GFX11: it is now in units
of 64 dwords instead of 256 dwords, and the field has been widened
from 13 bits to 15 bits.
Depends on D126989
Reviewed By: rampitec, arsenm, #amdgpu
Differential Revision: https://reviews.llvm.org/D127248
More information about the All-commits
mailing list