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")
8080 else ()
8181 set (_dpctl_sycl_targets "amdgcn-amd-amdhsa,spir64-unknown-unknown" )
8282 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 ()
9283 endif ()
9384else ()
9485 set (_dpctl_sycl_targets ${DPCTL_SYCL_TARGETS} )
9586 if (NOT "x${DPCTL_TARGET_HIP} " STREQUAL "x" )
9687 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 ()
10188 endif ()
10289endif ()
10390
You can’t perform that action at this time.
0 commit comments