Skip to content

Commit 3c02fa9

Browse files
committed
REMOVE BEFORE MERGE
[only benchmarks]
1 parent 244c618 commit 3c02fa9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ steps:
423423
424424
println("--- :julia: Instantiating project")
425425
Pkg.develop([PackageSpec(path=pwd())])
426+
Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="accumulatetests")
426427
427428
println("+++ :julia: Benchmarking")
428429
include("perf/runbenchmarks.jl")'

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import REPL
44
using Printf: @sprintf
55
using Base.Filesystem: path_separator
66

7+
using Pkg
8+
Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="accumulatetests")
9+
710
# parse some command-line arguments
811
function extract_flag!(args, flag, default=nothing; typ=typeof(default))
912
for f in args

0 commit comments

Comments
 (0)