Skip to content

Commit

Permalink
Merge pull request #893 from 0x12CC/root_group_test_option
Browse files Browse the repository at this point in the history
Add `SYCL_CTS_ENABLE_EXT_ONEAPI_ROOT_GROUP_TESTS` option
  • Loading branch information
steffenlarsen authored Jun 12, 2024
2 parents 15bb320 + 78d2a27 commit 35ba537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ add_cts_option(SYCL_CTS_ENABLE_EXT_ONEAPI_NON_UNIFORM_GROUPS_TESTS
"Enable extension oneAPI non_uniform_groups tests" OFF
FORCE_ON ${SYCL_CTS_ENABLE_EXT_ONEAPI_TESTS})

add_cts_option(SYCL_CTS_ENABLE_EXT_ONEAPI_ROOT_GROUP_TESTS
"Enable extension oneAPI root group tests" OFF
FORCE_ON ${SYCL_CTS_ENABLE_EXT_ONEAPI_TESTS})

# TODO: Deprecated - remove
add_cts_option(SYCL_CTS_ENABLE_VERBOSE_LOG
"Enable debug-level logs (deprecated)" OFF)
Expand Down

0 comments on commit 35ba537

Please sign in to comment.