[Mlir-commits] [mlir] [MLIR][XeVM] Add truncf and mma_mx op. (PR #180055)

Artem Kroviakov llvmlistbot at llvm.org
Fri Feb 6 09:14:43 PST 2026


akroviakov wrote:

XeVM will eventually become an "extension" to the llvm dialect and will sit at the same level, so [llvm's type converter](https://github.com/llvm/llvm-project/blob/caee8f015e5cc9b6f4006850c3825d5ffeeab93b/mlir/lib/Conversion/LLVMCommon/TypeConverter.cpp#L295-L305) will have to apply when we lower to llvm + xevm. Thus, we do not expect to see arguments with element types like FP8.

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


More information about the Mlir-commits mailing list