@@ -25,23 +25,23 @@ jobs:
25
25
matrix :
26
26
platform :
27
27
- name : CPU
28
- container : ghcr.io/acts-project/ubuntu2404:56
28
+ container : ghcr.io/acts-project/ubuntu2404:69
29
29
options : --preset host-fp32 -DALGEBRA_PLUGINS_USE_SYSTEM_VC=FALSE
30
30
run_tests : true
31
31
- name : CPU
32
- container : ghcr.io/acts-project/ubuntu2404:56
32
+ container : ghcr.io/acts-project/ubuntu2404:69
33
33
options : --preset host-fp64 -DALGEBRA_PLUGINS_USE_SYSTEM_VC=FALSE
34
34
run_tests : false
35
35
- name : CUDA
36
- container : ghcr.io/acts-project/ubuntu2404_cuda:56
36
+ container : ghcr.io/acts-project/ubuntu2404_cuda:69
37
37
options : --preset cuda-fp32
38
38
run_tests : false
39
- - name : SYCL
40
- container : ghcr.io/acts-project/ubuntu2404_oneapi:56
41
- options : --preset sycl-fp32 -DCMAKE_SYCL_FLAGS="-fsycl -fsycl-targets=spir64"
39
+ - name : " SYCL Intel "
40
+ container : ghcr.io/acts-project/ubuntu2404_oneapi:69
41
+ options : --preset sycl-fp32
42
42
run_tests : true
43
43
- name : KOKKOS
44
- container : ghcr.io/acts-project/ubuntu2404:56
44
+ container : ghcr.io/acts-project/ubuntu2404:69
45
45
options : --preset kokkos-fp32
46
46
run_tests : false
47
47
build :
@@ -50,31 +50,31 @@ jobs:
50
50
include :
51
51
- platform :
52
52
name : CUDA
53
- container : ghcr.io/acts-project/ubuntu2404_cuda:56
53
+ container : ghcr.io/acts-project/ubuntu2404_cuda:69
54
54
options : --preset cuda-fp64
55
55
run_tests : false
56
56
build : Release
57
57
- platform :
58
- name : " SYCL"
59
- container : ghcr.io/acts-project/ubuntu2404_cuda_oneapi:56
58
+ name : " SYCL NVIDIA "
59
+ container : ghcr.io/acts-project/ubuntu2404_cuda_oneapi:69
60
60
options : --preset sycl-fp32
61
61
run_tests : false
62
62
build : Release
63
63
- platform :
64
- name : " SYCL"
65
- container : ghcr.io/acts-project/ubuntu2404_rocm_oneapi:56
64
+ name : " SYCL AMD "
65
+ container : ghcr.io/acts-project/ubuntu2404_rocm_oneapi:69
66
66
options : --preset sycl-fp32
67
67
run_tests : false
68
68
build : Release
69
69
- platform :
70
70
name : ALPAKA
71
- container : ghcr.io/acts-project/ubuntu2404:56
71
+ container : ghcr.io/acts-project/ubuntu2404:69
72
72
options : --preset alpaka-fp32
73
73
run_tests : true
74
74
build : Release
75
75
- platform :
76
76
name : ALPAKA
77
- container : ghcr.io/acts-project/ubuntu2404:56
77
+ container : ghcr.io/acts-project/ubuntu2404:69
78
78
options : --preset alpaka-fp32
79
79
run_tests : false
80
80
build : Debug
83
83
run :
84
84
shell : bash
85
85
steps :
86
- - uses : actions/checkout@v3
86
+ - uses : actions/checkout@v4
87
+ - name : Install dependencies
88
+ run : |
89
+ apt install -y zstd
90
+ curl --retry 5 --retry-delay 10 --output deps.tar.zst https://acts.web.cern.ch/ACTS/ci/ubuntu-24.04/deps.v6.tar.zst
91
+ tar -xf deps.tar.zst -C /usr/local --strip-components=1
92
+ rm deps.tar.zst
87
93
- name : Configure
88
94
run : |
89
95
source ${GITHUB_WORKSPACE}/.github/ci_setup.sh ${{ matrix.platform.name }}
0 commit comments