Skip to content

Commit 7810464

Browse files
committed
[temp] Remove once AK with KA 0.10 compat is released
1 parent 00fb5ee commit 7810464

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
@@ -40,6 +40,7 @@ EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
4040

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

4445
[extensions]
4546
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" && get(ENV, "BUILDKITE_PIPELINE_NAME", "AMDGPU.jl") == "AMDGPU.jl"
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)