Skip to content

Commit 4ffd6db

Browse files
author
omarahmed1111
committed
Remove SYCL_UR_TESTS option
1 parent aeca78d commit 4ffd6db

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/sycl-linux-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ jobs:
169169
--cmake-opt=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
170170
--cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
171171
--cmake-opt="-DNATIVECPU_USE_OCK=Off" \
172-
--cmake-opt="-DSYCL_UR_TESTS=OFF" \
173172
--cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV"
174173
- name: Compile
175174
id: build

.github/workflows/sycl-macos-build-and-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@ jobs:
5353
--cmake-opt=-DCMAKE_C_COMPILER_LAUNCHER=ccache \
5454
--cmake-opt=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
5555
--cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
56-
--cmake-opt="-DSYCL_UR_TESTS=OFF"
5756
- name: Compile
5857
run: cmake --build $GITHUB_WORKSPACE/build --target deploy-sycl-toolchain

sycl/unittests/CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@ include(AddSYCLUnitTest)
2525

2626
add_custom_target(check-sycl-unittests)
2727

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)
3529
add_subdirectory(allowlist)
3630
add_subdirectory(config)
3731
add_subdirectory(misc)

0 commit comments

Comments
 (0)