[PATCH] D96989: [AMDGPU] Correct gfx90c feature list
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 12:33:54 PST 2021
rampitec created this revision.
rampitec added reviewers: tpr, kzhuravl, t-tye.
Herald added subscribers: kerbowa, hiraditya, dstuttard, yaxunl, nhaehnle, jvesely, arsenm.
rampitec requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
Looks like we have forced FeatureXNACK and forgot
FeatureMadMacF32Insts.
https://reviews.llvm.org/D96989
Files:
llvm/lib/Target/AMDGPU/AMDGPU.td
Index: llvm/lib/Target/AMDGPU/AMDGPU.td
===================================================================
--- llvm/lib/Target/AMDGPU/AMDGPU.td
+++ llvm/lib/Target/AMDGPU/AMDGPU.td
@@ -956,9 +956,9 @@
[FeatureGFX9,
FeatureMadMixInsts,
FeatureLDSBankCount32,
- FeatureXNACK,
FeatureDsSrc2Insts,
FeatureExtendedImageInsts,
+ FeatureMadMacF32Insts,
FeatureImageGather4D16Bug]>;
// TODO: Organize more features into groups.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96989.324738.patch
Type: text/x-patch
Size: 451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210218/85eb1ce5/attachment.bin>
More information about the llvm-commits
mailing list