We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ab3a6 commit e0c661bCopy full SHA for e0c661b
Project.toml
@@ -39,6 +39,7 @@ EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
39
40
[sources]
41
KernelAbstractions = {rev = "main", url = "https://github.com/JuliaGPU/KernelAbstractions.jl"}
42
+AcceleratedKernels = {rev = "ka0.10simple", url = "https://github.com/christiangnrd/AcceleratedKernels.jl"}
43
44
[extensions]
45
AMDGPUChainRulesCoreExt = "ChainRulesCore"
test/runtests.jl
@@ -1,5 +1,6 @@
1
@static if VERSION < v"1.11"
2
using Pkg
3
+ Pkg.add(url="https://github.com/christiangnrd/AcceleratedKernels.jl", rev="ka0.10simple")
4
Pkg.add(url="https://github.com/JuliaGPU/KernelAbstractions.jl", rev="main")
5
end
6
0 commit comments