diff options
-rwxr-xr-x | libclc/configure.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libclc/configure.py b/libclc/configure.py index 8b005ad17b5..d591ef8251b 100755 --- a/libclc/configure.py +++ b/libclc/configure.py @@ -94,14 +94,14 @@ available_targets = { [{'gpu' : 'cedar', 'aliases' : ['palm', 'sumo', 'sumo2', 'redwood', 'juniper'], 'defines' : {}}, {'gpu' : 'cypress', 'aliases' : ['hemlock'], - 'defines' : {'LLVM3.6':['cl_khr_fp64']}}, + 'defines' : {}}, {'gpu' : 'barts', 'aliases' : ['turks', 'caicos'], 'defines' : {}}, {'gpu' : 'cayman', 'aliases' : ['aruba'], - 'defines' : {'LLVM3.6':['cl_khr_fp64']}} ]}, + 'defines' : {}} ]}, 'amdgcn--': { 'devices' : [{'gpu' : 'tahiti', 'aliases' : ['pitcairn', 'verde', 'oland', 'hainan', 'bonaire', 'kabini', 'kaveri', 'hawaii','mullins','tonga','carrizo','iceland','fiji','stoney'], - 'defines' : {'LLVM3.6':['cl_khr_fp64']}} ]}, + 'defines' : {}} ]}, 'nvptx--' : { 'devices' : [{'gpu' : '', 'aliases' : [], 'defines' : {'all' : ['cl_khr_fp64']}}]}, 'nvptx64--' : { 'devices' : [{'gpu' : '', 'aliases' : [], |