[libclc] 104/291: R600: Add aliases for Sea Islands GPUs

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 9844fd6a18367bc37bb7edf4d48ec0cdbcc4c496
Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Mon Nov 18 18:21:30 2013 +0000

    R600: Add aliases for Sea Islands GPUs
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@195023 91177308-0d34-0410-b5e6-96231b3b80d8
---
 configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.py b/configure.py
index a829749..1c6929f 100755
--- a/configure.py
+++ b/configure.py
@@ -81,7 +81,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', 'hawaii']}]},
   'nvptx--nvidiacl'   : { 'devices' : [{'gpu' : '', 'aliases' : []}] },
   'nvptx64--nvidiacl' : { 'devices' : [{'gpu' : '', 'aliases' : []}] }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list