File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,39 +37,3 @@ test_cuda:
3737 - ctest --output-on-failure -R ".*cuda.*"
3838 - find bin -type f -name "*cuda" -not -name "*text*" -exec {} \;
3939
40-
41- # build_cuda_sycl:
42- # tags: [docker]
43- # stage: build
44- # image: ghcr.io/acts-project/ubuntu1804_cuda_oneapi:v18
45- # artifacts:
46- # paths:
47- # - build
48- # script:
49- # - git clone $CLONE_URL src
50- # - git -C src checkout $HEAD_SHA
51-
52- # - >
53- # cmake -S src -B build
54- # -DCMAKE_BUILD_TYPE=Release
55- # -DVECMEM_BUILD_SYCL_LIBRARY=ON
56- # -DVECMEM_BUILD_CUDA_LIBRARY=OFF
57- # -DVECMEM_BUILD_BENCHMARKING=ON
58- # - cmake --build build
59-
60-
61- # test_cuda_sycl:
62- # stage: test
63- # tags: [docker-gpu-nvidia]
64- # variables:
65- # SYCL_DEVICE_FILTER: "cuda"
66- # image: ghcr.io/acts-project/ubuntu1804_cuda_oneapi:v18
67- # needs:
68- # - build_cuda_sycl
69- # script:
70- # - cd build
71- # - export LD_LIBRARY_PATH="/usr/local/lib/:$LD_LIBRARY_PATH"
72- # - ldd bin/vecmem_test_sycl
73- # - nvidia-smi
74- # - sycl-ls
75- # - ctest --output-on-failure -R ".*sycl.*"
You can’t perform that action at this time.
0 commit comments