[Mlir-commits] [mlir] [mlir][nvgpu] Improve `tensormap.descriptor` Type Verifier (PR #77904)

Jacques Pienaar llvmlistbot at llvm.org
Tue Jan 30 20:32:12 PST 2024


================
@@ -27,6 +27,10 @@ constexpr int kWarpSize = 32;
 constexpr int kWgmmaSizeM = 64;
 /// Maximum tensor dimension that TMA supports
 constexpr int kMaxTMATensorDimension = 5;
+/// Maximum any dimension for TMA
----------------
jpienaar wrote:

s/any dimension/dimension size/ ?

https://github.com/llvm/llvm-project/pull/77904


More information about the Mlir-commits mailing list