Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions perf/runbenchmarks.jl
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading