Skip to content

Commit 8039d18

Browse files
committed
set D16 HW fix for gfx12
1 parent 2be5421 commit 8039d18

File tree

2 files changed

+445
-85
lines changed

2 files changed

+445
-85
lines changed

llvm/lib/Target/AMDGPU/AMDGPU.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2069,6 +2069,7 @@ def FeatureISAVersion12 : FeatureSet<
20692069
FeatureMemoryAtomicFAddF32DenormalSupport,
20702070
FeatureBVHDualAndBVH8Insts,
20712071
FeatureWaitsBeforeSystemScopeStores,
2072+
FeatureD16Writes32BitVgpr
20722073
]>;
20732074

20742075
def FeatureISAVersion12_50 : FeatureSet<
@@ -2143,6 +2144,7 @@ def FeatureISAVersion12_50 : FeatureSet<
21432144
FeatureSupportsXNACK,
21442145
FeatureXNACK,
21452146
FeatureClusters,
2147+
FeatureD16Writes32BitVgpr,
21462148
]>;
21472149

21482150
def FeatureISAVersion12_51 : FeatureSet<

0 commit comments

Comments
 (0)