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 962bd62 commit f66c4f8Copy full SHA for f66c4f8
llvm/lib/Target/AMDGPU/AMDGPU.td
@@ -589,7 +589,7 @@ def FeatureRealTrue16Insts : SubtargetFeature<"real-true16",
589
def Feature16bitD16HWBug : SubtargetFeature<"d16-hw-bug",
590
"Enable16bitD16HWBug",
591
"true",
592
- "D16 for 16 bit data type interfere the other half in true16 mode"
+ "D16 instructions potentially have 32-bit data dependencies"
593
>;
594
595
def FeatureBF16TransInsts : SubtargetFeature<"bf16-trans-insts",
0 commit comments