Skip to content

Commit bf9c153

Browse files
committed
trhws
1 parent 675f426 commit bf9c153

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
4444
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
4545
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
4646

47+
[sources]
48+
GPUArrays = {rev = "reverse", url = "https://github.com/christiangnrd/GPUArrays.jl"}
49+
KernelAbstractions = {rev = "intrinsics", url = "https://github.com/christiangnrd/KernelAbstractions.jl"}
50+
4751
[extensions]
4852
ChainRulesCoreExt = "ChainRulesCore"
4953
EnzymeCoreExt = "EnzymeCore"

perf/runbenchmarks.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# benchmark suite execution and codespeed submission
2-
using Pkg
3-
Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="reverse")
42

53
using CUDA
64

test/runtests.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using Pkg
2-
Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="reverse")
3-
41
using Distributed
52
using Dates
63
import REPL

0 commit comments

Comments
 (0)