Skip to content

Commit

Permalink
Remove SYCL_UR_TESTS option
Browse files Browse the repository at this point in the history
  • Loading branch information
omarahmed1111 committed Nov 8, 2024
1 parent aeca78d commit 4ffd6db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sycl-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ jobs:
--cmake-opt=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
--cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
--cmake-opt="-DNATIVECPU_USE_OCK=Off" \
--cmake-opt="-DSYCL_UR_TESTS=OFF" \
--cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV"
- name: Compile
id: build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sycl-macos-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@ jobs:
--cmake-opt=-DCMAKE_C_COMPILER_LAUNCHER=ccache \
--cmake-opt=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
--cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
--cmake-opt="-DSYCL_UR_TESTS=OFF"
- name: Compile
run: cmake --build $GITHUB_WORKSPACE/build --target deploy-sycl-toolchain
8 changes: 1 addition & 7 deletions sycl/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ include(AddSYCLUnitTest)

add_custom_target(check-sycl-unittests)

# TODO UR tests require real hardware and must be moved to sycl/test-e2e.
option(SYCL_UR_TESTS "Enable UR-specific unit tests" OFF)

if (SYCL_UR_TESTS)
add_subdirectory(ur)
endif()

add_subdirectory(ur)
add_subdirectory(allowlist)
add_subdirectory(config)
add_subdirectory(misc)
Expand Down

0 comments on commit 4ffd6db

Please sign in to comment.