We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe3d35 commit 7195d90Copy full SHA for 7195d90
Project.toml
@@ -40,6 +40,7 @@ EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
40
41
[sources]
42
KernelAbstractions = {rev = "main", url = "https://github.com/JuliaGPU/KernelAbstractions.jl"}
43
+AcceleratedKernels = {rev = "ka0.10simple", url = "https://github.com/christiangnrd/AcceleratedKernels.jl"}
44
45
[extensions]
46
AMDGPUChainRulesCoreExt = "ChainRulesCore"
test/runtests.jl
@@ -1,5 +1,6 @@
1
@static if VERSION < v"1.11" && get(ENV, "BUILDKITE_PIPELINE_NAME", "AMDGPU.jl") == "AMDGPU.jl"
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