Skip to content

Commit e0c661b

Browse files
committed
[temp] Remove once AK with KA 0.10 compat is released
1 parent 98ab3a6 commit e0c661b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
3939

4040
[sources]
4141
KernelAbstractions = {rev = "main", url = "https://github.com/JuliaGPU/KernelAbstractions.jl"}
42+
AcceleratedKernels = {rev = "ka0.10simple", url = "https://github.com/christiangnrd/AcceleratedKernels.jl"}
4243

4344
[extensions]
4445
AMDGPUChainRulesCoreExt = "ChainRulesCore"

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@static if VERSION < v"1.11"
22
using Pkg
3+
Pkg.add(url="https://github.com/christiangnrd/AcceleratedKernels.jl", rev="ka0.10simple")
34
Pkg.add(url="https://github.com/JuliaGPU/KernelAbstractions.jl", rev="main")
45
end
56

0 commit comments

Comments
 (0)