[llvm] [AMDGPU][GFX12] VOP encoding and codegen - add support for v_cvt fp8/… (PR #78414)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 01:26:17 PST 2024
================
@@ -1495,14 +1495,16 @@ def FeatureISAVersion12 : FeatureSet<
FeatureFlatAtomicFaddF32Inst,
FeatureImageInsts,
FeatureExtendedImageInsts,
+ FeatureFP8Insts,
----------------
arsenm wrote:
Should the the feature be named FP8ConversionInsts?
https://github.com/llvm/llvm-project/pull/78414
More information about the llvm-commits
mailing list