Author: arsenm Date: Thu Aug 16 13:19:47 2018 New Revision: 339934 URL: http://llvm.org/viewvc/llvm-project?rev=339934&view=rev Log: AMDGPU: Correct errors in device table
Modified: cfe/trunk/lib/Basic/Targets/AMDGPU.h Modified: cfe/trunk/lib/Basic/Targets/AMDGPU.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets/AMDGPU.h?rev=339934&r1=339933&r2=339934&view=diff ============================================================================== --- cfe/trunk/lib/Basic/Targets/AMDGPU.h (original) +++ cfe/trunk/lib/Basic/Targets/AMDGPU.h Thu Aug 16 13:19:47 2018 @@ -125,7 +125,7 @@ class LLVM_LIBRARY_VISIBILITY AMDGPUTarg {{"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 AMDGPUTarg {{"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}, }; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits