File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 SCALAR_TYPE : ["float", "double"]
5353 PLATFORM :
5454 - NAME : " HOST"
55- CONTAINER : " ghcr.io/acts-project/ubuntu2004:v26 "
55+ CONTAINER : " ghcr.io/acts-project/ubuntu2004:v30 "
5656 OPTIONS : -DDETRAY_EIGEN_PLUGIN=ON -DDETRAY_SMATRIX_PLUGIN=ON -DDETRAY_VC_PLUGIN=ON
5757
5858 # The system to run on.
@@ -102,10 +102,10 @@ jobs:
102102 SCALAR_TYPE : ["float", "double"]
103103 PLATFORM :
104104 - NAME : " CUDA"
105- CONTAINER : " ghcr.io/acts-project/ubuntu2004_cuda:v26 "
105+ CONTAINER : " ghcr.io/acts-project/ubuntu2004_cuda:v30 "
106106 OPTIONS : -DDETRAY_EIGEN_PLUGIN=ON -DDETRAY_SMATRIX_PLUGIN=ON -DDETRAY_VC_PLUGIN=ON
107107 - NAME : " SYCL"
108- CONTAINER : " ghcr.io/acts-project/ubuntu2004_oneapi:v26 "
108+ CONTAINER : " ghcr.io/acts-project/ubuntu2004_oneapi:v30 "
109109 OPTIONS : -DDETRAY_EIGEN_PLUGIN=ON -DDETRAY_SMATRIX_PLUGIN=ON -DDETRAY_VC_PLUGIN=ON
110110
111111 # The system to run on.
Original file line number Diff line number Diff line change 66build_cuda :
77 tags : [docker]
88 stage : build
9- image : ghcr.io/acts-project/ubuntu2004_cuda:v13
9+ image : ghcr.io/acts-project/ubuntu2004_cuda:v30
1010 artifacts :
1111 paths :
1212 - build
@@ -28,7 +28,7 @@ build_cuda:
2828test_cuda :
2929 stage : test
3030 tags : [docker-gpu-nvidia]
31- image : ghcr.io/acts-project/ubuntu2004_cuda:v13
31+ image : ghcr.io/acts-project/ubuntu2004_cuda:v30
3232 needs :
3333 - build_cuda
3434 script :
You can’t perform that action at this time.
0 commit comments