File tree 2 files changed +2
-2
lines changed
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
68
68
"List of sycl targets to build CTS device binaries for" )
69
69
set (UR_CONFORMANCE_AMD_ARCH "" CACHE STRING "AMD device target ID to build CTS binaries for" )
70
70
option (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 )
72
72
set (UR_ADAPTER_LEVEL_ZERO_SOURCE_DIR "" CACHE PATH
73
73
"Path to external 'level_zero' adapter source dir" )
74
74
set (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:
133
133
| UR_CONFORMANCE_TARGET_TRIPLES | SYCL triples to build CTS device binaries for | Comma-separated list | spir64 |
134
134
| UR_CONFORMANCE_AMD_ARCH | AMD device target ID to build CTS binaries for | string | ` "" ` |
135
135
| 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 |
137
137
| UR_BUILD_ADAPTER_L0 | Build the Level-Zero adapter | ON/OFF | OFF |
138
138
| UR_BUILD_ADAPTER_OPENCL | Build the OpenCL adapter | ON/OFF | OFF |
139
139
| UR_BUILD_ADAPTER_CUDA | Build the CUDA adapter | ON/OFF | OFF |
You can’t perform that action at this time.
0 commit comments