We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54da337 commit 700c14dCopy full SHA for 700c14d
.buildkite/pipeline.yml
@@ -7,7 +7,7 @@ env:
7
JULIA_NUM_THREADS: 8
8
XLA_REACTANT_GPU_PREALLOCATE: false
9
CUDA_VISIBLE_DEVICES: "3" # General device used for GPU testing
10
- CUDA_COMMIT: "6fdca8670526456cc9eb94a4a370ba7e096f01e5"
+ CUDA_COMMIT: string("6fdca8670526456cc9eb94a4a370ba7e096f01e5")
11
CUDA_URL: string("https://github.com/JuliaGPU/CUDA.jl")
12
13
steps:
0 commit comments