Created
December 10, 2015 19:40
-
-
Save vedranmiletic/4f451ac5b8618be728a1 to your computer and use it in GitHub Desktop.
Provide symlink to amdgcn LLVM IR bytecode for Tonga GPUs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' : []}] }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment