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 2b4a234 commit 6103b1bCopy full SHA for 6103b1b
test/conformance/CMakeLists.txt
@@ -85,7 +85,8 @@ function(add_conformance_test name)
85
86
if(NOT (UR_BUILD_ADAPTER_CUDA OR UR_BUILD_ADAPTER_HIP
87
OR UR_BUILD_ADAPTER_L0 OR UR_BUILD_ADAPTER_OPENCL
88
- OR UR_BUILD_ADAPTER_NATIVE_CPU OR UR_BUILD_ADAPTER_ALL))
+ OR UR_BUILD_ADAPTER_NATIVE_CPU OR UR_BUILD_ADAPTER_L0_V2
89
+ OR UR_BUILD_ADAPTER_ALL))
90
add_test_adapter(${name} adapter_mock)
91
endif()
92
endfunction()
0 commit comments