We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a847052 commit d851d66Copy full SHA for d851d66
1 file changed
.github/workflows/docker-devito.yml
@@ -23,10 +23,7 @@ jobs:
23
tag: 'nvidia-nvc'
24
# Respect CUDA_VISIBLE_DEVICES set by the runner and hard-limit docker to that device.
25
# (--env without value forwards host var; --gpus maps only that device)
26
- flag: |
27
- --init
28
- --env CUDA_VISIBLE_DEVICES
29
- --gpus "device=${CUDA_VISIBLE_DEVICES:-all}"
+ flag: --init --env CUDA_VISIBLE_DEVICES --gpus "device=${CUDA_VISIBLE_DEVICES:-all}"
30
test: 'tests/test_gpu_openacc.py tests/test_gpu_common.py'
31
runner: ["self-hosted", "nvidiagpu"]
32
0 commit comments