[Mlir-commits] [mlir] [MLIR] [AMX] Utilize x86_amx type for AMX dialect in MLIR. (PR #111197)
Ilya Enkovich
llvmlistbot at llvm.org
Mon Oct 7 11:33: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>
----------------
ienkovich wrote:
Used `qualified` to force type mnemonic for all op types.
https://github.com/llvm/llvm-project/pull/111197
More information about the Mlir-commits
mailing list