[Libclc-dev] [PATCH] R600: Add aliases for Sea Islands GPUs
Tom Stellard
tom at stellard.net
Tue Oct 22 19:17:54 PDT 2013
From: Tom Stellard <thomas.stellard at amd.com>
---
configure.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.py b/configure.py
index 7208926..5f8093f 100755
--- a/configure.py
+++ b/configure.py
@@ -76,7 +76,7 @@ available_targets = {
{'gpu' : 'cypress', 'aliases' : ['hemlock']},
{'gpu' : 'barts', 'aliases' : ['turks', 'caicos']},
{'gpu' : 'cayman', 'aliases' : ['aruba']},
- {'gpu' : 'tahiti', 'aliases' : ['pitcairn', 'verde', 'oland']}]},
+ {'gpu' : 'tahiti', 'aliases' : ['pitcairn', 'verde', 'oland', 'bonaire', 'kabini', 'kaveri']}]},
'nvptx--nvidiacl' : { 'devices' : [{'gpu' : '', 'aliases' : []}] },
'nvptx64--nvidiacl' : { 'devices' : [{'gpu' : '', 'aliases' : []}] }
}
--
1.8.1.5
More information about the Libclc-dev
mailing list