[Mlir-commits] [mlir] [mlir][nvgpu] Delete nvgpu dialect unused variable kMaxTMALastdimByte (NFC) (PR #155825)
Guray Ozen
llvmlistbot at llvm.org
Thu Aug 28 05:53:28 PDT 2025
================
@@ -46,8 +46,6 @@ constexpr unsigned kMaxTMATensorDimension = 5;
/// to be traversed along each of the kMaxTMATensorDimension (tensorRank)
/// dimensions, must be non-zero and less than or equal to 256.
constexpr unsigned kMaxTMADimension = 256;
-/// Last dimension of 2D+ TMA must be 128 bytes
-constexpr unsigned kMaxTMALastdimByte = 128;
----------------
grypp wrote:
can you make it 16 and use it in the code
https://github.com/llvm/llvm-project/pull/155825
More information about the Mlir-commits
mailing list