llvm-project
e980a01f - [MLIR][Linalg] Diagnose unsupported types in Linalg named op region builders (#181616)

Commit
14 days ago
[MLIR][Linalg] Diagnose unsupported types in Linalg named op region builders (#181616) Plumb emitError callbacks through Linalg named op region builders so RegionBuilderHelper emits diagnostics instead of hitting llvm_unreachable for unsupported operand element types (e.g. amx.tile). Update linalg/invalid.mlir to add functions - linalg.batch_matmul(), linalg.batch_reduce_matmul() and linalg.matmul() with amx.tile operands to ensure mlir-opt fails gracefully without crash.
Parents
Loading