Skip to content

Commit 83667ba

Browse files
committed
Temp CI
1 parent 4305bbc commit 83667ba

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ UnsafeAtomics = "013be700-e6cd-48c3-b4a1-df204f14c38f"
3737
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
3838
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
3939

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+
4044
[extensions]
4145
AMDGPUChainRulesCoreExt = "ChainRulesCore"
4246
AMDGPUEnzymeCoreExt = "EnzymeCore"
@@ -53,7 +57,7 @@ ExprTools = "0.1"
5357
GPUArrays = "11.3.1"
5458
GPUCompiler = "1"
5559
GPUToolbox = "0.1.0, 0.2, 0.3, 1"
56-
KernelAbstractions = "0.10"
60+
KernelAbstractions = "0.9, 0.10"
5761
LLD_jll = "15, 16, 17, 18, 19"
5862
LLVM = "9"
5963
LLVM_jll = "15, 16, 17, 18, 19"

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
using AMDGPU
28
using AMDGPU: Device, Runtime, @allowscalar
39
import AMDGPU.Device: HostCallHolder, hostcall!

0 commit comments

Comments
 (0)