File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ set(UR_CONFORMANCE_TARGET_TRIPLES "" CACHE STRING
6868 "List of sycl targets to build CTS device binaries for" )
6969set (UR_CONFORMANCE_AMD_ARCH "" CACHE STRING "AMD device target ID to build CTS binaries for" )
7070option (UR_CONFORMANCE_ENABLE_MATCH_FILES "Enable CTS match files" ON )
71- option (UR_CONFORMANCE_TEST_LOADER "Also test the loader in the conformance tests" ON )
71+ option (UR_CONFORMANCE_TEST_LOADER "Also test the loader in the conformance tests" OFF )
7272set (UR_ADAPTER_LEVEL_ZERO_SOURCE_DIR "" CACHE PATH
7373 "Path to external 'level_zero' adapter source dir" )
7474set (UR_ADAPTER_OPENCL_SOURCE_DIR "" CACHE PATH
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ List of options provided by CMake:
133133| UR_CONFORMANCE_TARGET_TRIPLES | SYCL triples to build CTS device binaries for | Comma-separated list | spir64 |
134134| UR_CONFORMANCE_AMD_ARCH | AMD device target ID to build CTS binaries for | string | ` "" ` |
135135| UR_CONFORMANCE_ENABLE_MATCH_FILES | Enable CTS match files | ON/OFF | ON |
136- | UR_CONFORMANCE_TEST_LOADER | Build and run "loader" tests for the CTS | ON/OFF | ON |
136+ | UR_CONFORMANCE_TEST_LOADER | Additionally build and run "loader" tests for the CTS | ON/OFF | OFF |
137137| UR_BUILD_ADAPTER_L0 | Build the Level-Zero adapter | ON/OFF | OFF |
138138| UR_BUILD_ADAPTER_OPENCL | Build the OpenCL adapter | ON/OFF | OFF |
139139| UR_BUILD_ADAPTER_CUDA | Build the CUDA adapter | ON/OFF | OFF |
You can’t perform that action at this time.
0 commit comments