[libclc] 09/58: AMDGPU: Add alias for tonga
Andreas Boll
aboll-guest at moszumanska.debian.org
Thu Oct 6 08:16:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
aboll-guest pushed a commit to branch master
in repository libclc.
commit 1b1b5a8551971ef4062bd8d84baccfe7a88e83b2
Author: Tom Stellard <thomas.stellard at amd.com>
Date: Tue Dec 15 18:37:02 2015 +0000
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
---
configure.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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' : []}] },
--
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