Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Basic/Targets.cpp | ||
---|---|---|
1959 ↗ | (On Diff #68779) | 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. |
lib/Basic/Targets.cpp | ||
---|---|---|
1959 ↗ | (On Diff #68779) | For now I think polaris10/11 should just be left as VOLCANIC_ISLANDS |
lib/Basic/Targets.cpp | ||
---|---|---|
1959 ↗ | (On Diff #68779) | Ok... I'll leave it as VOLCANIC_ISLANDS and propose a follow-up patch that replaces all GCN names then. |