Skip to content

Commit 9b98571

Browse files
author
Yin Yang
committed
remove group
Signed-off-by: Yin Yang <yin.yang@intel.com>
1 parent 2f76907 commit 9b98571

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

devops/actions/khronos_cts_test/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
cd khronos_sycl_cts
4545
git submodule update --init
4646
shell: bash
47-
## TODO remove this step when host_task_interop_api.cpp fixed
47+
# TODO remove this step when host_task_interop_api.cpp fixed, CMPLRTST-17212
4848
- run: |
4949
rm khronos_sycl_cts/tests/host_task/host_task_interop_api.cpp
5050
shell: bash
@@ -67,8 +67,10 @@ runs:
6767
export PATH=$PWD/toolchain/bin/:$PATH
6868
mkdir build
6969
cmake -GNinja -B./build -S./khronos_sycl_cts -DSYCL_IMPLEMENTATION=DPCPP \
70+
-DDPCPP_TARGET_TRIPLES=nvptx64-nvidia-cuda \
7071
-DCMAKE_CXX_COMPILER="$PWD/toolchain/bin/clang++" \
7172
-DSYCL_CTS_EXCLUDE_TEST_CATEGORIES="$PWD/llvm/devops/cts_exclude_filter" \
73+
-DSYCL_CTS_ENABLE_OPENCL_INTEROP_TESTS=OFF \
7274
-DSYCL_CTS_MEASURE_BUILD_TIMES=ON \
7375
-DDPCPP_INSTALL_DIR="$PWD/toolchain" \
7476
${{ inputs.cmake_args }}

devops/cts_exclude_filter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ exceptions
33
multi_ptr
44
opencl_interop
55
reduction
6+
group

0 commit comments

Comments
 (0)