We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e4661 commit 61e179aCopy full SHA for 61e179a
.buildkite/pipeline.yml
@@ -423,6 +423,7 @@ steps:
423
424
println("--- :julia: Instantiating project")
425
Pkg.develop([PackageSpec(path=pwd())])
426
+ Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="accumulatetests")
427
428
println("+++ :julia: Benchmarking")
429
include("perf/runbenchmarks.jl")'
0 commit comments