Skip to content

Commit bae5f3d

Browse files
Clean up DPCTL_TARGET_CUDA handling
1 parent c85cc66 commit bae5f3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ set(_dpctl_amd_targets)
5555
if ("x${DPCTL_SYCL_TARGETS}" STREQUAL "x")
5656
if (DPCTL_TARGET_CUDA)
5757
set(_dpctl_sycl_targets "nvptx64-nvidia-cuda,spir64-unknown-unknown")
58-
else()
59-
if (DEFINED ENV{DPCTL_TARGET_CUDA})
60-
set(_dpctl_sycl_targets "nvptx64-nvidia-cuda,spir64-unknown-unknown")
61-
endif()
6258
endif()
6359
if (NOT "x${DPCTL_TARGET_HIP}" STREQUAL "x")
6460
set(_dpctl_amd_targets ${DPCTL_TARGET_HIP})

0 commit comments

Comments
 (0)