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 244c618 commit b21c7abCopy full SHA for b21c7ab
.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")'
test/runtests.jl
@@ -4,6 +4,9 @@ import REPL
4
using Printf: @sprintf
5
using Base.Filesystem: path_separator
6
7
+using Pkg
8
+Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="accumulatetests")
9
+
10
# parse some command-line arguments
11
function extract_flag!(args, flag, default=nothing; typ=typeof(default))
12
for f in args
0 commit comments