File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11# benchmark suite execution and codespeed submission
2+ using Pkg
3+ Pkg. add (url= " https://github.com/christiangnrd/GPUArrays.jl" , rev= " akreduce" )
24
35using Metal
46
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
1111LLVM = " 929cbde3-209d-540e-8aea-75f648917ca0"
1212LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1313ObjectiveC = " e86c9b32-1129-44ac-8ea0-90d5bb39ded9"
14+ Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1415Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
1516REPL = " 3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1617Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ using Printf: @sprintf
55import REPL
66using Test
77
8+ using Pkg
9+ Pkg. add (url= " https://github.com/christiangnrd/GPUArrays.jl" , rev= " akreduce" )
10+
811# Quit without erroring if Metal loaded without issues on unsupported platforms
912if ! Sys. isapple ()
1013 @warn """ Metal.jl succesfully loaded on non-macOS system.
You can’t perform that action at this time.
0 commit comments