File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ build_cuda:
1919 -DBUILD_TESTING=ON
2020 -DDETRAY_BUILD_TESTING=ON
2121 -DDETRAY_BUILD_CUDA=ON
22- -DDETRAY_BUILD_VC_PLUGIN =OFF
23- -DDETRAY_BUILD_SMATRIX_PLUGIN =OFF
22+ -DDETRAY_VC_PLUGIN =OFF
23+ -DDETRAY_SMATRIX_PLUGIN =OFF
2424 -DDETRAY_BUILD_EIGEN_PLUGIN=OFF
2525 - cmake --build build
2626
2727
28- # test_cuda:
29- # stage: test
30- # tags: [docker-gpu-nvidia]
31- # image: ghcr.io/acts-project/ubuntu2004_cuda:v13
32- # needs:
33- # - build_cuda
34- # script:
35- # - cd build
36- # - nvidia-smi
37- # - ctest --output-on-failure -R ".*cuda.*"
28+ test_cuda :
29+ stage : test
30+ tags : [docker-gpu-nvidia]
31+ image : ghcr.io/acts-project/ubuntu2004_cuda:v13
32+ needs :
33+ - build_cuda
34+ script :
35+ - cd build
36+ - nvidia-smi
37+ - ctest --output-on-failure -R ".*cuda.*"
3838
3939
4040# build_cuda_sycl:
You can’t perform that action at this time.
0 commit comments