[libclc] 119/291: Add generic nvptx targets

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:40 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 5888f700bb0f44837bdcef8ac7a41d01b162c9d7
Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Fri Feb 14 20:33:53 2014 +0000

    Add generic nvptx targets
    
    These do not import the code specific to nvidiacl
    
    Patch by: Jeroen Ketema
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@201431 91177308-0d34-0410-b5e6-96231b3b80d8
---
 configure.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.py b/configure.py
index 9ad5526..768a6ad 100755
--- a/configure.py
+++ b/configure.py
@@ -88,6 +88,8 @@ available_targets = {
                 {'gpu' : 'barts',   'aliases' : ['turks', 'caicos']},
                 {'gpu' : 'cayman',  'aliases' : ['aruba']},
                 {'gpu' : 'tahiti',  'aliases' : ['pitcairn', 'verde', 'oland', 'bonaire', 'kabini', 'kaveri', 'hawaii']}]},
+  'nvptx--'   : { 'devices' : [{'gpu' : '', 'aliases' : []}] },
+  'nvptx64--'   : { 'devices' : [{'gpu' : '', 'aliases' : []}] },
   '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