[libclc] 31/58: nvptx: Drop feature defines.
Andreas Boll
aboll-guest at moszumanska.debian.org
Thu Oct 6 08:16:31 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 ca7993b0c55c486c781e65a42ebf22cde25cb58c
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date: Fri Jun 17 20:30:49 2016 +0000
nvptx: Drop feature defines.
This is now handled by clang
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
Reviewed-by: Tom Stellard <tom at stellard.net>
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@273043 91177308-0d34-0410-b5e6-96231b3b80d8
---
configure.py | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/configure.py b/configure.py
index 43ab69d..1cb3371 100755
--- a/configure.py
+++ b/configure.py
@@ -105,14 +105,12 @@ available_targets = {
'amdgcn--amdhsa': { 'devices' :
[{'gpu' : '', 'aliases' : ['bonaire', 'hawaii', 'kabini', 'kaveri', 'mullins', 'carrizo', 'stoney', 'fiji', 'iceland', 'tonga'],
'defines' : {}} ]},
- 'nvptx--' : { 'devices' : [{'gpu' : '', 'aliases' : [],
- 'defines' : {'all' : ['cl_khr_fp64']}}]},
- 'nvptx64--' : { 'devices' : [{'gpu' : '', 'aliases' : [],
- 'defines' : {'all' : ['cl_khr_fp64']}}]},
+ 'nvptx--' : { 'devices' : [{'gpu' : '', 'aliases' : [], 'defines' : {}} ]},
+ 'nvptx64--' : { 'devices' : [{'gpu' : '', 'aliases' : [], 'defines' : {}} ]},
'nvptx--nvidiacl' : { 'devices' : [{'gpu' : '', 'aliases' : [],
- 'defines' : {'all' : ['cl_khr_fp64']}}]},
+ 'defines' : {}} ]},
'nvptx64--nvidiacl' : { 'devices' : [{'gpu' : '', 'aliases' : [],
- 'defines' : {'all' : ['cl_khr_fp64']}}]},
+ 'defines' : {}} ]},
}
default_targets = ['nvptx--nvidiacl', 'nvptx64--nvidiacl', 'r600--', 'amdgcn--', 'amdgcn--amdhsa']
--
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