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 5bca529 commit b858ae2Copy full SHA for b858ae2
CMakeLists.txt
@@ -103,17 +103,13 @@ if ("x${DPNP_SYCL_TARGETS}" STREQUAL "x")
103
else()
104
set(_dpnp_sycl_targets "amdgcn-amd-amdhsa,spir64-unknown-unknown")
105
endif()
106
- elseif (DEFINED HIP_TARGETS AND "x${HIP_TARGETS}" STREQUAL "x")
107
- message(FATAL_ERROR "HIP_TARGETS must be specified when using HIP backend")
108
109
110
set(_dpnp_sycl_targets ${DPNP_SYCL_TARGETS})
111
112
if (NOT "x${HIP_TARGETS}" STREQUAL "x")
113
set(_dpnp_amd_targets ${HIP_TARGETS})
114
set(_use_onemkl_interfaces_hip ON)
115
116
117
118
119
0 commit comments