Skip to content

Commit c2a607e

Browse files
committed
[temp] Remove once AK with KA 0.10 compat is released
1 parent 80959ad commit c2a607e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
4444

4545
[sources]
4646
KernelAbstractions = {rev = "main", url = "https://github.com/JuliaGPU/KernelAbstractions.jl"}
47+
AcceleratedKernels = {rev = "ka0.10simple", url = "https://github.com/christiangnrd/AcceleratedKernels.jl"}
4748

4849
[extensions]
4950
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)