[Mlir-commits] [mlir] [MLIR][NVVM] Add support for f6x2 conversion (PR #136537)
Durgadoss R
llvmlistbot at llvm.org
Tue Apr 22 11:49:29 PDT 2025
================
@@ -1066,6 +1066,56 @@ def NVVM_CvtFloatToTF32Op : NVVM_Op<"cvt.float.to.tf32"> {
}];
}
+def CVTFP6E2M3 : I32EnumAttrCase<"E2M3", 0, "e2m3">;
----------------
durga4github wrote:
The FP6 types themselves can be used in other places/context too.
So, we do not need to attach "CVT" context to these types and keep them generic as "FP6E2M3" etc.
https://github.com/llvm/llvm-project/pull/136537
More information about the Mlir-commits
mailing list