Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/SYCL-2020' into private/asachkov…
Browse files Browse the repository at this point in the history
…/tests-for-oneapi-composite-device
  • Loading branch information
AlexeySachkov committed Apr 22, 2024
2 parents aef523f + a451c36 commit f757af0
Show file tree
Hide file tree
Showing 25 changed files with 1,082 additions and 276 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cts_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
matrix:
include:
- sycl-impl: dpcpp
version: 1dbee22f9c8a3a825deb871bab76937e04fa26fc
version: b209b321b5a8540263af9ba317c89a1882f06120
- sycl-impl: hipsycl
version: 3d8b1cd
steps:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
matrix:
include:
- sycl-impl: dpcpp
version: 1dbee22f9c8a3a825deb871bab76937e04fa26fc
version: b209b321b5a8540263af9ba317c89a1882f06120
- sycl-impl: hipsycl
version: 3d8b1cd
env:
Expand Down
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ add_cts_option(SYCL_CTS_ENABLE_EXT_ONEAPI_AUTO_LOCAL_RANGE_TESTS
"Enable extension oneAPI auto_local_range tests" OFF
FORCE_ON ${SYCL_CTS_ENABLE_EXT_ONEAPI_TESTS})

add_cts_option(SYCL_CTS_ENABLE_EXT_ONEAPI_KERNEL_COMPILER_SPIRV_TESTS
"Enable extension oneAPI kernel_compiler_spirv tests" OFF
FORCE_ON ${SYCL_CTS_ENABLE_EXT_ONEAPI_TESTS})

add_cts_option(SYCL_CTS_ENABLE_EXT_ONEAPI_COMPOSITE_DEVICE_TESTS
"Enable extension oneAPI composite_device tests" OFF
FORCE_ON ${SYCL_CTS_ENABLE_EXT_ONEAPI_TESTS})
Expand Down
Loading

0 comments on commit f757af0

Please sign in to comment.