@@ -162,47 +162,6 @@ jobs:
162
162
build-args : ' arch=nvc-host'
163
163
tags : ' devitocodes/bases:cpu-nvc'
164
164
165
- # ######################################################
166
- # ################## Nvidia clang ######################
167
- # ######################################################
168
- deploy-nvidia-clang-base :
169
- name : " nvidia-clang-base"
170
- runs-on : ["self-hosted", "nvidiagpu"]
171
- env :
172
- DOCKER_BUILDKIT : " 1"
173
-
174
- steps :
175
- - name : Checkout devito
176
- uses : actions/checkout@v3
177
-
178
- - name : Check event name
179
- run : echo ${{ github.event_name }}
180
-
181
- - name : Set up QEMU
182
- uses : docker/setup-qemu-action@v2
183
-
184
- - name : Set up Docker Buildx
185
- uses : docker/setup-buildx-action@v2
186
-
187
- - name : Login to DockerHub
188
- uses : docker/login-action@v2
189
- with :
190
- username : ${{ secrets.DOCKER_USERNAME }}
191
- password : ${{ secrets.DOCKER_PASSWORD }}
192
-
193
- - name : cleanup
194
- run : docker system prune -a -f
195
-
196
- - name : Nvidia clang image
197
- uses : docker/build-push-action@v3
198
- with :
199
- context : .
200
- file : ' ./docker/Dockerfile.nvidia'
201
- push : true
202
- target : ' clang'
203
- build-args : ' arch=clang'
204
- tags : ' devitocodes/bases:nvidia-clang'
205
-
206
165
# ######################################################
207
166
# #################### AMD #############################
208
167
# ######################################################
@@ -252,4 +211,47 @@ jobs:
252
211
target : ' hip'
253
212
build-args : |
254
213
arch=hip
255
- tags : devitocodes/bases:amd-hip
214
+ tags : devitocodes/bases:amd-hip
215
+
216
+ # ######################################################
217
+ # ################## Nvidia clang ######################
218
+ # Currently disabled as nvc+openacc is the config of choice and this is time and resources consuming
219
+ # Keeping it as legacy in case we want to reactivate it
220
+ # ######################################################
221
+ # deploy-nvidia-clang-base:
222
+ # name: "nvidia-clang-base"
223
+ # runs-on: ["self-hosted", "nvidiagpu"]
224
+ # env:
225
+ # DOCKER_BUILDKIT: "1"
226
+
227
+ # steps:
228
+ # - name: Checkout devito
229
+ # uses: actions/checkout@v3
230
+
231
+ # - name: Check event name
232
+ # run: echo ${{ github.event_name }}
233
+
234
+ # - name: Set up QEMU
235
+ # uses: docker/setup-qemu-action@v2
236
+
237
+ # - name: Set up Docker Buildx
238
+ # uses: docker/setup-buildx-action@v2
239
+
240
+ # - name: Login to DockerHub
241
+ # uses: docker/login-action@v2
242
+ # with:
243
+ # username: ${{ secrets.DOCKER_USERNAME }}
244
+ # password: ${{ secrets.DOCKER_PASSWORD }}
245
+
246
+ # - name: cleanup
247
+ # run: docker system prune -a -f
248
+
249
+ # - name: Nvidia clang image
250
+ # uses: docker/build-push-action@v3
251
+ # with:
252
+ # context: .
253
+ # file: './docker/Dockerfile.nvidia'
254
+ # push: true
255
+ # target: 'clang'
256
+ # build-args: 'arch=clang'
257
+ # tags: 'devitocodes/bases:nvidia-clang'
0 commit comments