[Mlir-commits] [mlir] [MLIR] [AMX] Utilize x86_amx type for AMX dialect in MLIR. (PR #111197)

Renato Golin llvmlistbot at llvm.org
Mon Oct 7 08:26:47 PDT 2024


================
@@ -4,45 +4,45 @@
 
 func.func @rowheight() {
   // expected-error at +1 {{'amx.tile_zero' op bad row height: 17}}
-  %0 = amx.tile_zero : vector<17x16xbf16>
+  %0 = amx.tile_zero : <17x16xbf16>
----------------
rengolin wrote:

Seems like an oversight. The AMX dialect is quite old. I'd correct it in this PR, since it's probably a one-liner.

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


More information about the Mlir-commits mailing list