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 89407faCopy full SHA for 89407fa
.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")'
test/runtests.jl
@@ -5,6 +5,9 @@ using Printf: @sprintf
5
import REPL
6
using Test
7
8
+using Pkg
9
+Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="accumulatetests")
10
+
11
# Quit without erroring if Metal loaded without issues on unsupported platforms
12
if !Sys.isapple()
13
@warn """Metal.jl succesfully loaded on non-macOS system.
0 commit comments