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 2238372 commit 5e2cc3dCopy full SHA for 5e2cc3d
CMakeLists.txt
@@ -103,8 +103,6 @@ if ("x${DPNP_SYCL_TARGETS}" STREQUAL "x")
103
else()
104
set(_dpnp_sycl_targets "amdgcn-amd-amdhsa,spir64-unknown-unknown")
105
endif()
106
- else()
107
- message(FATAL_ERROR "HIP_TARGETS must be specified when using HIP backend")
108
109
110
set(_dpnp_sycl_targets ${DPNP_SYCL_TARGETS})
0 commit comments