[PATCH] D75030: [AMDGPU] Use conservative defaults for XNACK/SRAM ECC
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 09:12:29 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPU.td:781
FeatureFmaMixInsts,
- FeatureDoesNotSupportXNACK,
- FeatureDoesNotSupportSRAMECC,
- FeatureCodeObjectV3]>;
+ FeatureCodeObjectV3,
+ FeatureXNACK,
----------------
This feature should really be removed from all subtargets, but that's a separate change
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75030/new/
https://reviews.llvm.org/D75030
More information about the llvm-commits
mailing list