File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -80,24 +80,11 @@ if ("x${DPCTL_SYCL_TARGETS}" STREQUAL "x")
80
80
else ()
81
81
set (_dpctl_sycl_targets "amdgcn-amd-amdhsa,spir64-unknown-unknown" )
82
82
endif ()
83
- else ()
84
- if (DEFINED ENV{DPCTL_TARGET_HIP} )
85
- set (_dpctl_amd_targets $ENV{DPCTL_TARGET_HIP} )
86
- if (_dpctl_sycl_targets )
87
- set (_dpctl_sycl_targets "amdgcn-amd-amdhsa,${_dpctl_sycl_targets} " )
88
- else ()
89
- set (_dpctl_sycl_targets "amdgcn-amd-amdhsa,spir64-unknown-unknown" )
90
- endif ()
91
- endif ()
92
83
endif ()
93
84
else ()
94
85
set (_dpctl_sycl_targets ${DPCTL_SYCL_TARGETS} )
95
86
if (NOT "x${DPCTL_TARGET_HIP} " STREQUAL "x" )
96
87
set (_dpctl_amd_targets ${DPCTL_TARGET_HIP} )
97
- else ()
98
- if (DEFINED ENV{DPCTL_TARGET_HIP} )
99
- set (_dpctl_amd_targets $ENV{DPCTL_TARGET_HIP} )
100
- endif ()
101
88
endif ()
102
89
endif ()
103
90
You can’t perform that action at this time.
0 commit comments