Skip to content

Commit 55b01be

Browse files
Update CUDA_VISIBLE_DEVICES comment in benchmarks YAML
Added a TODO comment to find a better solution for CUDA device selection.
1 parent cb6b5ee commit 55b01be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.buildkite/pipeline-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
JULIA_NUM_PRECOMPILE_TASKS: 24
88
JULIA_NUM_THREADS: 8
99
NSYS: "/storage6/nsight/bin/nsys"
10-
CUDA_VISIBLE_DEVICES: "0" # Tartarus device for GPU Benchmarking
10+
CUDA_VISIBLE_DEVICES: "0" # Tartarus device for GPU Benchmarking TODO: Find a better solution, i.e. an idle device
1111
TMPDIR: "$TARTARUS_HOME/tmp"
1212

1313
steps:

0 commit comments

Comments
 (0)