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.
OFFLOAD
1 parent bc7b357 commit a20b51aCopy full SHA for a20b51a
unified-runtime/CMakeLists.txt
@@ -274,7 +274,7 @@ endif()
274
if(NOT (UR_BUILD_ADAPTER_CUDA OR UR_BUILD_ADAPTER_HIP
275
OR UR_BUILD_ADAPTER_L0 OR UR_BUILD_ADAPTER_OPENCL
276
OR UR_BUILD_ADAPTER_NATIVE_CPU OR UR_BUILD_ADAPTER_L0_V2
277
- OR UR_BUILD_ADAPTER_ALL))
+ OR UR_BUILD_ADAPTER_OFFLOAD OR UR_BUILD_ADAPTER_ALL))
278
message(WARNING "No adapters have been enabled; conformance tests will not be ran")
279
message(STATUS "Consider setting UR_BUILD_ADAPTER_*")
280
endif()
0 commit comments