@@ -45,27 +45,27 @@ jobs:
45
45
- build-type : ' hipblas'
46
46
platforms : ' linux/amd64'
47
47
tag-latest : ' auto'
48
- tag-suffix : ' -hipblas'
48
+ tag-suffix : ' -hipblas-extras '
49
49
ffmpeg : ' true'
50
50
image-type : ' extras'
51
51
aio : " -aio-gpu-hipblas"
52
52
base-image : " rocm/dev-ubuntu-22.04:6.1"
53
53
grpc-base-image : " ubuntu:22.04"
54
- latest-image : ' latest-gpu-hipblas'
54
+ latest-image : ' latest-gpu-hipblas-extras '
55
55
latest-image-aio : ' latest-aio-gpu-hipblas'
56
56
runs-on : ' arc-runner-set'
57
57
makeflags : " --jobs=3 --output-sync=target"
58
58
- build-type : ' hipblas'
59
59
platforms : ' linux/amd64'
60
60
tag-latest : ' false'
61
- tag-suffix : ' -hipblas-core '
61
+ tag-suffix : ' -hipblas'
62
62
ffmpeg : ' true'
63
63
image-type : ' core'
64
64
base-image : " rocm/dev-ubuntu-22.04:6.1"
65
65
grpc-base-image : " ubuntu:22.04"
66
66
runs-on : ' arc-runner-set'
67
67
makeflags : " --jobs=3 --output-sync=target"
68
- latest-image : ' latest-gpu-hipblas-core '
68
+ latest-image : ' latest-gpu-hipblas'
69
69
self-hosted-jobs :
70
70
uses : ./.github/workflows/image_build.yml
71
71
with :
@@ -95,67 +95,58 @@ jobs:
95
95
max-parallel : ${{ github.event_name != 'pull_request' && 5 || 8 }}
96
96
matrix :
97
97
include :
98
- - build-type : ' '
99
- platforms : ' linux/amd64'
100
- tag-latest : ' auto'
101
- tag-suffix : ' '
102
- ffmpeg : ' true'
103
- image-type : ' extras'
104
- runs-on : ' arc-runner-set'
105
- base-image : " ubuntu:22.04"
106
- makeflags : " --jobs=3 --output-sync=target"
107
98
- build-type : ' cublas'
108
99
cuda-major-version : " 11"
109
100
cuda-minor-version : " 7"
110
101
platforms : ' linux/amd64'
111
102
tag-latest : ' auto'
112
- tag-suffix : ' -cublas-cuda11'
103
+ tag-suffix : ' -cublas-cuda11-extras '
113
104
ffmpeg : ' true'
114
105
image-type : ' extras'
115
106
runs-on : ' arc-runner-set'
116
107
base-image : " ubuntu:22.04"
117
108
aio : " -aio-gpu-nvidia-cuda-11"
118
- latest-image : ' latest-gpu-nvidia-cuda-11'
109
+ latest-image : ' latest-gpu-nvidia-cuda-11-extras '
119
110
latest-image-aio : ' latest-aio-gpu-nvidia-cuda-11'
120
111
makeflags : " --jobs=3 --output-sync=target"
121
112
- build-type : ' cublas'
122
113
cuda-major-version : " 12"
123
114
cuda-minor-version : " 0"
124
115
platforms : ' linux/amd64'
125
116
tag-latest : ' auto'
126
- tag-suffix : ' -cublas-cuda12'
117
+ tag-suffix : ' -cublas-cuda12-extras '
127
118
ffmpeg : ' true'
128
119
image-type : ' extras'
129
120
runs-on : ' arc-runner-set'
130
121
base-image : " ubuntu:22.04"
131
122
aio : " -aio-gpu-nvidia-cuda-12"
132
- latest-image : ' latest-gpu-nvidia-cuda-12'
123
+ latest-image : ' latest-gpu-nvidia-cuda-12-extras '
133
124
latest-image-aio : ' latest-aio-gpu-nvidia-cuda-12'
134
125
makeflags : " --jobs=3 --output-sync=target"
135
126
- build-type : ' sycl_f16'
136
127
platforms : ' linux/amd64'
137
128
tag-latest : ' auto'
138
129
base-image : " quay.io/go-skynet/intel-oneapi-base:latest"
139
130
grpc-base-image : " ubuntu:22.04"
140
- tag-suffix : ' -sycl-f16'
131
+ tag-suffix : ' -sycl-f16-extras '
141
132
ffmpeg : ' true'
142
133
image-type : ' extras'
143
134
runs-on : ' arc-runner-set'
144
135
aio : " -aio-gpu-intel-f16"
145
- latest-image : ' latest-gpu-intel-f16'
136
+ latest-image : ' latest-gpu-intel-f16-extras '
146
137
latest-image-aio : ' latest-aio-gpu-intel-f16'
147
138
makeflags : " --jobs=3 --output-sync=target"
148
139
- build-type : ' sycl_f32'
149
140
platforms : ' linux/amd64'
150
141
tag-latest : ' auto'
151
142
base-image : " quay.io/go-skynet/intel-oneapi-base:latest"
152
143
grpc-base-image : " ubuntu:22.04"
153
- tag-suffix : ' -sycl-f32'
144
+ tag-suffix : ' -sycl-f32-extras '
154
145
ffmpeg : ' true'
155
146
image-type : ' extras'
156
147
runs-on : ' arc-runner-set'
157
148
aio : " -aio-gpu-intel-f32"
158
- latest-image : ' latest-gpu-intel-f32'
149
+ latest-image : ' latest-gpu-intel-f32-extras '
159
150
latest-image-aio : ' latest-aio-gpu-intel-f32'
160
151
makeflags : " --jobs=3 --output-sync=target"
161
152
# Core images
@@ -164,23 +155,23 @@ jobs:
164
155
tag-latest : ' false'
165
156
base-image : " quay.io/go-skynet/intel-oneapi-base:latest"
166
157
grpc-base-image : " ubuntu:22.04"
167
- tag-suffix : ' -sycl-f16-core '
158
+ tag-suffix : ' -sycl-f16'
168
159
ffmpeg : ' true'
169
160
image-type : ' core'
170
161
runs-on : ' arc-runner-set'
171
162
makeflags : " --jobs=3 --output-sync=target"
172
- latest-image : ' latest-gpu-intel-f16-core '
163
+ latest-image : ' latest-gpu-intel-f16'
173
164
- build-type : ' sycl_f32'
174
165
platforms : ' linux/amd64'
175
166
tag-latest : ' false'
176
167
base-image : " quay.io/go-skynet/intel-oneapi-base:latest"
177
168
grpc-base-image : " ubuntu:22.04"
178
- tag-suffix : ' -sycl-f32-core '
169
+ tag-suffix : ' -sycl-f32'
179
170
ffmpeg : ' true'
180
171
image-type : ' core'
181
172
runs-on : ' arc-runner-set'
182
173
makeflags : " --jobs=3 --output-sync=target"
183
- latest-image : ' latest-gpu-intel-f32-core '
174
+ latest-image : ' latest-gpu-intel-f32'
184
175
185
176
core-image-build :
186
177
uses : ./.github/workflows/image_build.yml
@@ -213,7 +204,7 @@ jobs:
213
204
- build-type : ' '
214
205
platforms : ' linux/amd64,linux/arm64'
215
206
tag-latest : ' auto'
216
- tag-suffix : ' -core '
207
+ tag-suffix : ' '
217
208
ffmpeg : ' true'
218
209
image-type : ' core'
219
210
base-image : " ubuntu:22.04"
@@ -228,38 +219,38 @@ jobs:
228
219
cuda-minor-version : " 7"
229
220
platforms : ' linux/amd64'
230
221
tag-latest : ' false'
231
- tag-suffix : ' -cublas-cuda11-core '
222
+ tag-suffix : ' -cublas-cuda11'
232
223
ffmpeg : ' true'
233
224
image-type : ' core'
234
225
runs-on : ' arc-runner-set'
235
226
base-image : " ubuntu:22.04"
236
227
makeflags : " --jobs=4 --output-sync=target"
237
228
skip-drivers : ' false'
238
- latest-image : ' latest-gpu-nvidia-cuda-12-core '
229
+ latest-image : ' latest-gpu-nvidia-cuda-12'
239
230
- build-type : ' cublas'
240
231
cuda-major-version : " 12"
241
232
cuda-minor-version : " 0"
242
233
platforms : ' linux/amd64'
243
234
tag-latest : ' false'
244
- tag-suffix : ' -cublas-cuda12-core '
235
+ tag-suffix : ' -cublas-cuda12'
245
236
ffmpeg : ' true'
246
237
image-type : ' core'
247
238
runs-on : ' arc-runner-set'
248
239
base-image : " ubuntu:22.04"
249
240
skip-drivers : ' false'
250
241
makeflags : " --jobs=4 --output-sync=target"
251
- latest-image : ' latest-gpu-nvidia-cuda-12-core '
242
+ latest-image : ' latest-gpu-nvidia-cuda-12'
252
243
- build-type : ' vulkan'
253
244
platforms : ' linux/amd64'
254
245
tag-latest : ' false'
255
- tag-suffix : ' -vulkan-core '
246
+ tag-suffix : ' -vulkan'
256
247
ffmpeg : ' true'
257
248
image-type : ' core'
258
249
runs-on : ' arc-runner-set'
259
250
base-image : " ubuntu:22.04"
260
251
skip-drivers : ' false'
261
252
makeflags : " --jobs=4 --output-sync=target"
262
- latest-image : ' latest-gpu-vulkan-core '
253
+ latest-image : ' latest-gpu-vulkan'
263
254
gh-runner :
264
255
uses : ./.github/workflows/image_build.yml
265
256
with :
@@ -292,8 +283,8 @@ jobs:
292
283
cuda-minor-version : " 0"
293
284
platforms : ' linux/arm64'
294
285
tag-latest : ' false'
295
- tag-suffix : ' -nvidia-l4t-arm64-core '
296
- latest-image : ' latest-nvidia-l4t-arm64-core '
286
+ tag-suffix : ' -nvidia-l4t-arm64'
287
+ latest-image : ' latest-nvidia-l4t-arm64'
297
288
ffmpeg : ' true'
298
289
image-type : ' core'
299
290
base-image : " nvcr.io/nvidia/l4t-jetpack:r36.4.0"
0 commit comments