summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2015-12-15 18:37:02 +0000
committerTom Stellard <thomas.stellard@amd.com>2015-12-15 18:37:02 +0000
commit1b1b5a8551971ef4062bd8d84baccfe7a88e83b2 (patch)
tree4b96a3c80bc69c937be1fecc9b6e64c2c7669652
parent6d784075bc56815b0fc493690572c893979abbdd (diff)
AMDGPU: Add alias for tonga
Patch by: Vedran Mileti git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@255662 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 287f87f..93ff839 100755
--- a/configure.py
+++ b/configure.py
@@ -96,7 +96,7 @@ available_targets = {
{'gpu' : 'barts', 'aliases' : ['turks', 'caicos']},
{'gpu' : 'cayman', 'aliases' : ['aruba']}]},
'amdgcn--': { 'devices' :
- [{'gpu' : 'tahiti', 'aliases' : ['pitcairn', 'verde', 'oland', 'hainan', 'bonaire', 'kabini', 'kaveri', 'hawaii','mullins']}]},
+ [{'gpu' : 'tahiti', 'aliases' : ['pitcairn', 'verde', 'oland', 'hainan', 'bonaire', 'kabini', 'kaveri', 'hawaii', 'mullins', 'tonga']}]},
'nvptx--' : { 'devices' : [{'gpu' : '', 'aliases' : []}]},
'nvptx64--' : { 'devices' : [{'gpu' : '', 'aliases' : []}] },
'nvptx--nvidiacl' : { 'devices' : [{'gpu' : '', 'aliases' : []}] },