Skip to content

Commit

Permalink
Try using new gpu_fixes branch in UnrolledUtilities
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisYatunin committed Oct 18, 2024
1 parent 60a2cb3 commit ba87419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ steps:
- "echo $$JULIA_DEPOT_PATH"

- echo "--- Instantiate project"
- "julia --project -e 'using Pkg; Pkg.add(;url=\"https://github.com/CliMA/UnrolledUtilities.jl\", rev=\"5e77b0846093a67bcf7887a7f0f1b0e480d15e2f\")'"
- "julia --project -e 'using Pkg; Pkg.add(;url=\"https://github.com/CliMA/UnrolledUtilities.jl\", rev=\"dy/gpu_fixes\")'"
- "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project -e 'using Pkg; Pkg.precompile()'"
- "julia --project -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate examples"
- "julia --project=examples -e 'using Pkg; Pkg.add(;url=\"https://github.com/CliMA/UnrolledUtilities.jl\", rev=\"5e77b0846093a67bcf7887a7f0f1b0e480d15e2f\")'"
- "julia --project=examples -e 'using Pkg; Pkg.add(;url=\"https://github.com/CliMA/UnrolledUtilities.jl\", rev=\"dy/gpu_fixes\")'"
- "julia --project=examples -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=examples -e 'using Pkg; Pkg.precompile()'"
- "julia --project=examples -e 'using CUDA; CUDA.precompile_runtime()'"
- "julia --project=examples -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate perf"
- "julia --project=perf -e 'using Pkg; Pkg.add(;url=\"https://github.com/CliMA/UnrolledUtilities.jl\", rev=\"5e77b0846093a67bcf7887a7f0f1b0e480d15e2f\")'"
- "julia --project=perf -e 'using Pkg; Pkg.add(;url=\"https://github.com/CliMA/UnrolledUtilities.jl\", rev=\"dy/gpu_fixes\")'"
- "julia --project=perf -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=perf -e 'using Pkg; Pkg.precompile()'"
- "julia --project=perf -e 'using Pkg; Pkg.status()'"
Expand Down

0 comments on commit ba87419

Please sign in to comment.