File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
4444SparseMatricesCSR = " a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
4545SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
4646
47+ [sources ]
48+ KernelAbstractions = {rev = " main" , url = " https://github.com/JuliaGPU/KernelAbstractions.jl" }
49+
4750[extensions ]
4851ChainRulesCoreExt = " ChainRulesCore"
4952EnzymeCoreExt = " EnzymeCore"
@@ -67,7 +70,7 @@ ExprTools = "0.1"
6770GPUArrays = " 11.2.4"
6871GPUCompiler = " 1.4"
6972GPUToolbox = " 0.3, 1"
70- KernelAbstractions = " 0.10"
73+ KernelAbstractions = " 0.9, 0. 10"
7174LLVM = " 9.3.1"
7275LLVMLoopInfo = " 1"
7376LazyArtifacts = " 1"
Original file line number Diff line number Diff line change 1+ @static if VERSION < v " 1.11"
2+ using Pkg
3+ Pkg. add (url= " https://github.com/JuliaGPU/KernelAbstractions.jl" , rev= " main" )
4+ end
5+
16using Distributed
27using Dates
38import REPL
You can’t perform that action at this time.
0 commit comments