We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be5421 commit 8039d18Copy full SHA for 8039d18
llvm/lib/Target/AMDGPU/AMDGPU.td
@@ -2069,6 +2069,7 @@ def FeatureISAVersion12 : FeatureSet<
2069
FeatureMemoryAtomicFAddF32DenormalSupport,
2070
FeatureBVHDualAndBVH8Insts,
2071
FeatureWaitsBeforeSystemScopeStores,
2072
+ FeatureD16Writes32BitVgpr
2073
]>;
2074
2075
def FeatureISAVersion12_50 : FeatureSet<
@@ -2143,6 +2144,7 @@ def FeatureISAVersion12_50 : FeatureSet<
2143
2144
FeatureSupportsXNACK,
2145
FeatureXNACK,
2146
FeatureClusters,
2147
+ FeatureD16Writes32BitVgpr,
2148
2149
2150
def FeatureISAVersion12_51 : FeatureSet<
0 commit comments