File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
4444SparseMatricesCSR = " a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
4545SpecialFunctions = " 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 ]
4852ChainRulesCoreExt = " ChainRulesCore"
4953EnzymeCoreExt = " EnzymeCore"
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= " reverse" )
42
53using CUDA
64
Original file line number Diff line number Diff line change 1- using Pkg
2- Pkg. add (url= " https://github.com/christiangnrd/GPUArrays.jl" , rev= " reverse" )
3-
41using Distributed
52using Dates
63import REPL
You can’t perform that action at this time.
0 commit comments