[Mlir-commits] [mlir] [mlir][nvgpu] Add dependent dialects for nvgpu-to-nvvm pass (PR #155801)
Durgadoss R
llvmlistbot at llvm.org
Thu Aug 28 03:00:05 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;
----------------
durga4github wrote:
Let us do this as a separate PR
https://github.com/llvm/llvm-project/pull/155801
More information about the Mlir-commits
mailing list