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 8aca193
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2,935 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
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ DiffEqCallbacks = "2"
DocStringExtensions = "0.8, 0.9"
FastGaussQuadrature = "0.4, 0.5, 1"
ImageFiltering = "0.7"
Insolation = "0.7"
Interpolations = "0.14"
IntervalSets = "0.5, 0.6, 0.7"
Krylov = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ version = "1.4.0"

[[deps.Insolation]]
deps = ["Artifacts", "Dates", "DelimitedFiles", "Interpolations"]
git-tree-sha1 = "be1929a43fd09854401d4ca9496f05f253cb63b4"
git-tree-sha1 = "0e343cabaec54214f3aedd542422c7eb94d59171"
repo-rev = "sk/pass_date0"
repo-url = "https://github.com/CliMA/Insolation.jl.git"
uuid = "e98cc03f-d57e-4e3c-b70c-8d51efe9e0d8"
Expand Down
Loading

0 comments on commit 8aca193

Please sign in to comment.