summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2018-08-16 20:19:47 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2018-08-16 20:19:47 +0000
commit89e833c6623394eceab109241722561daba7fd4c (patch)
tree7e504189035da336366684c24b6670a66420364b
parent70657f65efbd0bc220dbc9eb010d70ab2ce03bbe (diff)
downloadbcm5719-llvm-89e833c6623394eceab109241722561daba7fd4c.tar.gz
bcm5719-llvm-89e833c6623394eceab109241722561daba7fd4c.zip
AMDGPU: Correct errors in device table
llvm-svn: 339934
-rw-r--r--clang/lib/Basic/Targets/AMDGPU.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Basic/Targets/AMDGPU.h b/clang/lib/Basic/Targets/AMDGPU.h
index 9cfd84017fe..10ff716b68b 100644
--- a/clang/lib/Basic/Targets/AMDGPU.h
+++ b/clang/lib/Basic/Targets/AMDGPU.h
@@ -125,7 +125,7 @@ class LLVM_LIBRARY_VISIBILITY AMDGPUTargetInfo final : public TargetInfo {
{{"sumo"}, {"sumo"}, GK_SUMO, false, false, false, false, false, false},
{{"sumo2"}, {"sumo"}, GK_SUMO, false, false, false, false, false, false},
{{"barts"}, {"barts"}, GK_BARTS, false, false, false, false, false, false},
- {{"caicos"}, {"caicos"}, GK_BARTS, false, false, false, false, false, false},
+ {{"caicos"}, {"caicos"}, GK_CAICOS, false, false, false, false, false, false},
{{"aruba"}, {"cayman"}, GK_CAYMAN, true, false, false, false, false, false},
{{"cayman"}, {"cayman"}, GK_CAYMAN, true, false, false, false, false, false},
{{"turks"}, {"turks"}, GK_TURKS, false, false, false, false, false, false},
@@ -163,7 +163,7 @@ class LLVM_LIBRARY_VISIBILITY AMDGPUTargetInfo final : public TargetInfo {
{{"gfx810"}, {"gfx810"}, GK_GFX810, true, false, true, true, true, true},
{{"stoney"}, {"gfx810"}, GK_GFX810, true, false, true, true, true, true},
{{"gfx900"}, {"gfx900"}, GK_GFX900, true, true, true, true, true, true},
- {{"gfx902"}, {"gfx902"}, GK_GFX900, true, true, true, true, true, true},
+ {{"gfx902"}, {"gfx902"}, GK_GFX902, true, true, true, true, true, true},
{{"gfx904"}, {"gfx904"}, GK_GFX904, true, true, true, true, true, true},
{{"gfx906"}, {"gfx906"}, GK_GFX906, true, true, true, true, true, true},
};
OpenPOWER on IntegriCloud