diff --git a/perf/runbenchmarks.jl b/perf/runbenchmarks.jl index 6e8434bc7..ba5e0d409 100644 --- a/perf/runbenchmarks.jl +++ b/perf/runbenchmarks.jl @@ -1,4 +1,6 @@ # benchmark suite execution and codespeed submission +using Pkg +Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="akreduce") using Metal diff --git a/test/Project.toml b/test/Project.toml index b64b414d6..67623ed26 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -11,6 +11,7 @@ KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" LLVM = "929cbde3-209d-540e-8aea-75f648917ca0" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" ObjectiveC = "e86c9b32-1129-44ac-8ea0-90d5bb39ded9" +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" diff --git a/test/runtests.jl b/test/runtests.jl index b46c4ee71..4ee511345 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -5,6 +5,9 @@ using Printf: @sprintf import REPL using Test +using Pkg +Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="akreduce") + # Quit without erroring if Metal loaded without issues on unsupported platforms if !Sys.isapple() @warn """Metal.jl succesfully loaded on non-macOS system.