[Mlir-commits] [mlir] [mlir][tosa] Add support for mxint8 type in mxfp operations (PR #163642)
Luke Hutton
llvmlistbot at llvm.org
Wed Oct 29 02:48:39 PDT 2025
================
@@ -1217,9 +1217,10 @@ bool TosaValidation::isValidElementType(Type type, const bool allowUnsigned) {
return true;
}
}
- } else if (mlir::isa<tosa::shapeType>(type)) {
+ } else if (mlir::isa<tosa::shapeType>(type))
----------------
lhutton1 wrote:
Done, thanks
https://github.com/llvm/llvm-project/pull/163642
More information about the Mlir-commits
mailing list