Skip to content

Commit 4471237

Browse files
Merge pull request #1635 from devitocodes/ci_update_nvidia_openmp
ci: Update Ci-gpu for nvidia openmp
2 parents bfd826c + 962e682 commit 4471237

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pytest-gpu.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ jobs:
4444
name: [
4545
# NOTE: We can re-instate this as a 'failing' build
4646
# as soon as the hardware is ready
47-
#pytest-gpu-omp,
47+
pytest-gpu-omp,
4848
pytest-gpu-acc
4949
# pytest-gpu-aomp
5050
]
5151
include:
52-
#- name: pytest-gpu-omp
53-
#test_file: "tests/test_gpu_openmp.py"
54-
#env_file: "devito-ci-nvidia-openmp.env"
55-
#test_drive_cmd: "nvidia-smi"
56-
#arch: "clang"
57-
#platform: "nvidiaX"
58-
#language: "openmp"
59-
#tags: ["self-hosted", "gpu", "openmp"]
52+
- name: pytest-gpu-omp
53+
test_file: "tests/test_gpu_openmp.py"
54+
env_file: "devito-ci-nvidia-openmp.env"
55+
test_drive_cmd: "nvidia-smi"
56+
arch: "clang"
57+
platform: "nvidiaX"
58+
language: "openmp"
59+
tags: ["self-hosted", "gpu", "openmp"]
6060

6161
- name: pytest-gpu-acc
6262
test_file: "tests/test_gpu_openacc.py"

0 commit comments

Comments
 (0)