Skip to content

Commit

Permalink
Add a pipeline with cuda12
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Nov 15, 2023
1 parent 673431c commit 8a1384e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitlab/includes/common_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,20 @@ variables:
variables:
SLURM_PARTITION: normal

.test_common_gpu_cuda:
.test_common_gpu_cuda_daint:
extends:
- .test_common
- .container-runner-daint-gpu
variables:
SLURM_PARTITION: normal

.test_common_gpu_cuda_hohgant:
extends:
- .test_common
- .container-runner-hohgant-a100
variables:
SLURM_PARTITION: normal

.test_common_gpu_hip:
extends:
- .test_common
Expand Down
1 change: 1 addition & 0 deletions .gitlab/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ include:
- local: '.gitlab/includes/dockerhub_pipeline.yml'
- local: '.gitlab/includes/gcc11_pipeline.yml'
- local: '.gitlab/includes/hip_pipeline.yml'
- local: '.gitlab/includes/gcc12_cuda12_pipeline.yml'

0 comments on commit 8a1384e

Please sign in to comment.