[Mlir-commits] [mlir] [mlir][nvgpu] Delete nvgpu dialect unused variable kMaxTMALastdimByte (NFC) (PR #155825)
lonely eagle
llvmlistbot at llvm.org
Thu Aug 28 05:55:23 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;
----------------
linuxlonelyeagle wrote:
To be honest, I don't quite understand your intention.
https://github.com/llvm/llvm-project/pull/155825
More information about the Mlir-commits
mailing list