File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ jobs:
169
169
--cmake-opt=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
170
170
--cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
171
171
--cmake-opt="-DNATIVECPU_USE_OCK=Off" \
172
- --cmake-opt="-DSYCL_PI_TESTS=OFF" \
173
172
--cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV"
174
173
- name : Compile
175
174
id : build
Original file line number Diff line number Diff line change 52
52
--ci-defaults $ARGS \
53
53
--cmake-opt=-DCMAKE_C_COMPILER_LAUNCHER=ccache \
54
54
--cmake-opt=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
55
- --cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
56
- --cmake-opt="-DSYCL_PI_TESTS=OFF"
55
+ --cmake-opt="-DLLVM_INSTALL_UTILS=ON"
57
56
- name : Compile
58
57
run : cmake --build $GITHUB_WORKSPACE/build --target deploy-sycl-toolchain
Original file line number Diff line number Diff line change @@ -25,13 +25,7 @@ include(AddSYCLUnitTest)
25
25
26
26
add_custom_target (check-sycl-unittests )
27
27
28
- # TODO UR tests require real hardware and must be moved to sycl/test-e2e.
29
- option (SYCL_UR_TESTS "Enable UR-specific unit tests" OFF )
30
-
31
- if (SYCL_UR_TESTS )
32
- add_subdirectory (ur )
33
- endif ()
34
-
28
+ add_subdirectory (ur )
35
29
add_subdirectory (allowlist )
36
30
add_subdirectory (config )
37
31
add_subdirectory (misc )
You can’t perform that action at this time.
0 commit comments