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

Paul C Fuqua llvmlistbot at llvm.org
Wed Sep 18 12:41:41 PDT 2024


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

The various ops use "fp8" as do the saturate parameters.  I made this guy isSupportedF8().

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


More information about the Mlir-commits mailing list