Skip to content

Commit 886f712

Browse files
committed
Test sort
[skip special] [skip storage]
1 parent 4915fa5 commit 886f712

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

perf/runbenchmarks.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# benchmark suite execution and codespeed submission
22

3+
using Pkg
4+
Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="sort")
5+
36
using Metal
47

58
using BenchmarkTools

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using Pkg
2+
Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="sort")
3+
14
using Distributed
25
using Dates
36
using Metal

0 commit comments

Comments
 (0)