We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70c3ed1 + b0d3c60 commit f52cf7bCopy full SHA for f52cf7b
.github/workflows/docker-devito.yml
@@ -22,8 +22,8 @@ jobs:
22
- base: 'bases:nvidia-nvc'
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: --init --env CUDA_VISIBLE_DEVICES --gpus "device=${CUDA_VISIBLE_DEVICES:-all}"
+ # (--gpus maps only the selected device from CUDA_VISIBLE_DEVICES)
+ flag: --init --gpus "device=${CUDA_VISIBLE_DEVICES:-all}"
27
test: 'tests/test_gpu_openacc.py tests/test_gpu_common.py'
28
runner: ["self-hosted", "nvidiagpu"]
29
0 commit comments