File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -44,19 +44,19 @@ jobs:
44
44
name : [
45
45
# NOTE: We can re-instate this as a 'failing' build
46
46
# as soon as the hardware is ready
47
- # pytest-gpu-omp,
47
+ pytest-gpu-omp,
48
48
pytest-gpu-acc
49
49
# pytest-gpu-aomp
50
50
]
51
51
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"]
60
60
61
61
- name : pytest-gpu-acc
62
62
test_file : " tests/test_gpu_openacc.py"
You can’t perform that action at this time.
0 commit comments