We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e4c90 commit 499eeedCopy full SHA for 499eeed
CMakeLists.txt
@@ -72,7 +72,7 @@ if ("x${DPCTL_SYCL_TARGETS}" STREQUAL "x")
72
set(_dpctl_sycl_targets "nvidia_gpu_${_dpctl_cuda_arch},spir64-unknown-unknown")
73
endif()
74
75
- if (NOT "x${DPCTL_TARGET_HIP}" STREQUAL "x")
+ if (DPCTL_TARGET_HIP)
76
if(DPCTL_TARGET_HIP MATCHES "^gfx")
77
if(_dpctl_sycl_targets)
78
set(_dpctl_sycl_targets "amd_gpu_${DPCTL_TARGET_HIP},${_dpctl_sycl_targets}")
0 commit comments