[PATCH] D23746: Basic/Targets.cpp: Add polaris10 and polaris11 gpus
Tom Stellard via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 26 17:28:53 PDT 2016
tstellarAMD requested changes to this revision.
This revision now requires changes to proceed.
================
Comment at: lib/Basic/Targets.cpp:1959
@@ -1959,1 +1958,3 @@
+ GK_VOLCANIC_ISLANDS,
+ GK_ARCTIC_ISLANDS
} GPU;
----------------
We're trying to move to more descriptive GPU family names, so this should be GK_GFX8 instead of GK_ARCTIC_ISLANDS. GK_VOLCANIC_ISLANDS should also be changed to GK_GFX8, but that can be done in another patch, and would not be a prerequisite for this patch.
https://reviews.llvm.org/D23746
More information about the cfe-commits
mailing list