[Mlir-commits] [mlir] [MLIR][AMDGPU] Add OCP FP8 support for new hardware (PR #106160)

Jakub Kuderski llvmlistbot at llvm.org
Tue Sep 17 08:25:00 PDT 2024


================
@@ -68,6 +72,15 @@ struct TruncfToFloat16RewritePattern final
 
 } // end namespace
 
+static LogicalResult isSupportedFp8(Type elementType, Chipset chipset) {
----------------
kuhar wrote:

nit: `supportsF8`?

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


More information about the Mlir-commits mailing list