Skip to content

Commit

Permalink
use GPUCompiler patch
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Jun 16, 2023
1 parent 095484b commit c2dfca5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,24 @@ steps:
command:
- echo "--- Instantiate project"
- "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true)'"
- "julia --project -e 'using Pkg; Pkg.add(url="https://github.com/simonbyrne/GPUCompiler.jl", rev="patch-1")'"
# force the initialization of the CUDA runtime as it is lazily loaded by default
- "julia --project -e 'using CUDA; CUDA.precompile_runtime()'"

- echo "--- Instantiate test"
- "julia --project=test -e 'using Pkg; Pkg.develop(path=\".\"); Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true)'"
- "julia --project=test -e 'using Pkg; Pkg.add(url="https://github.com/simonbyrne/GPUCompiler.jl", rev="patch-1")'"

- echo "--- Instantiate lib/ClimaCoreTempestRemap"
- "julia --project=lib/ClimaCoreTempestRemap -e 'using Pkg; Pkg.develop(path=\".\"); Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true)'"

- echo "--- Instantiate perf"
- "julia --project=perf -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true)'"
- "julia --project=perf -e 'using Pkg; Pkg.add(url="https://github.com/simonbyrne/GPUCompiler.jl", rev="patch-1")'"

- echo "--- Instantiate examples"
- "julia --project=examples -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true)'"
- "julia --project=examples -e 'using Pkg; Pkg.add(url="https://github.com/simonbyrne/GPUCompiler.jl", rev="patch-1")'"

- echo "--- Instantiate benchmarks"
- "julia --project=benchmarks/bickleyjet -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true)'"
Expand Down

0 comments on commit c2dfca5

Please sign in to comment.