[Mlir-commits] [mlir] [MLIR] [AMX] Utilize x86_amx type for AMX dialect in MLIR. (PR #111197)
Renato Golin
llvmlistbot at llvm.org
Fri Oct 4 14:27:40 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:
this is a weird syntax. Why not `x86_amx<17x6xbf16>`?
https://github.com/llvm/llvm-project/pull/111197
More information about the Mlir-commits
mailing list