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 f9cf809 commit cc42983Copy full SHA for cc42983
.buildkite/pipeline.yml
@@ -138,6 +138,7 @@ steps:
138
139
println("--- :julia: Instantiating project")
140
Pkg.develop([PackageSpec(path=pwd())])
141
+ Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="accumulatetests")
142
143
println("+++ :julia: Benchmarking")
144
include("perf/runbenchmarks.jl")'
0 commit comments