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.
1 parent 2b72119 commit b0d3c60Copy full SHA for b0d3c60
.github/workflows/docker-devito.yml
@@ -22,7 +22,7 @@ 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)
+ # (--gpus maps only the selected device from CUDA_VISIBLE_DEVICES)
26
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"]
0 commit comments