Skip to content

Commit

Permalink
Update GPU pipeline to use cuda_env
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Nov 8, 2023
1 parent d3e63f2 commit 6537da8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/gpu_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ steps:

- echo "--- Configure CUDA"
# force the initialization of the CUDA runtime as it is lazily loaded by default
- julia --project=examples -e 'using CUDA; CUDA.precompile_runtime()'
- julia --project=examples -e 'using CUDA; CUDA.versioninfo()'
- "julia --project=cuda_env -e 'using Pkg; Pkg.resolve(); Pkg.instantiate(;verbose=true);using CUDA; CUDA.precompile_runtime()'"

- echo "--- Download artifacts"
- julia --project=examples artifacts/download_artifacts.jl
Expand Down

0 comments on commit 6537da8

Please sign in to comment.