[PATCH] D88916: [AMDGPU] Add gfx602, gfx705, gfx805 targets
Tony Tye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 02:01:36 PDT 2020
t-tye added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/GCNProcessors.td:31-52
def : ProcessorModel<"gfx601", SIQuarterSpeedModel,
FeatureISAVersion6_0_1.Features
>;
-def : ProcessorModel<"hainan", SIQuarterSpeedModel,
+def : ProcessorModel<"pitcairn", SIQuarterSpeedModel,
FeatureISAVersion6_0_1.Features
>;
----------------
tpr wrote:
> t-tye wrote:
> > Put in order.
> What order do you want here?
Sorry, I missed that these were the names aliases for the same version so ignore this comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88916/new/
https://reviews.llvm.org/D88916
More information about the llvm-commits
mailing list