We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395871e commit 54f44cdCopy full SHA for 54f44cd
CMakeLists.txt
@@ -99,9 +99,9 @@ if ("x${DPNP_SYCL_TARGETS}" STREQUAL "x")
99
set(_use_onemkl_interfaces_hip ON)
100
101
if ("x${_dpnp_sycl_targets}" STREQUAL "x")
102
- set(_dpnp_sycl_targets "amdgcn-amd-amdhsa,${_dpnp_sycl_targets}")
103
- else()
104
set(_dpnp_sycl_targets "amdgcn-amd-amdhsa,spir64-unknown-unknown")
+ else()
+ set(_dpnp_sycl_targets "amdgcn-amd-amdhsa,${_dpnp_sycl_targets}")
105
endif()
106
107
else()
0 commit comments