File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ exceptions
33multi_ptr
44opencl_interop
55reduction
6+ group
You can’t perform that action at this time.
0 commit comments