Skip to content

Commit d5b9b20

Browse files
authored
Merge pull request #2210 from RossBrunton/ross/loaderdefault
[NFC] Make loader tests opt-in rather than opt-out
2 parents fc91016 + 8379626 commit d5b9b20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ set(UR_CONFORMANCE_TARGET_TRIPLES "" CACHE STRING
6868
"List of sycl targets to build CTS device binaries for")
6969
set(UR_CONFORMANCE_AMD_ARCH "" CACHE STRING "AMD device target ID to build CTS binaries for")
7070
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)
7272
set(UR_ADAPTER_LEVEL_ZERO_SOURCE_DIR "" CACHE PATH
7373
"Path to external 'level_zero' adapter source dir")
7474
set(UR_ADAPTER_OPENCL_SOURCE_DIR "" CACHE PATH

README.md

+1-1
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)