Skip to content

Commit e914f94

Browse files
committed
Temp CI
1 parent 9b78c12 commit e914f94

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ 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+
4043
[extensions]
4144
AMDGPUChainRulesCoreExt = "ChainRulesCore"
4245
AMDGPUEnzymeCoreExt = "EnzymeCore"
@@ -53,7 +56,7 @@ ExprTools = "0.1"
5356
GPUArrays = "11.3.1"
5457
GPUCompiler = "1"
5558
GPUToolbox = "0.1.0, 0.2, 0.3, 1"
56-
KernelAbstractions = "0.10"
59+
KernelAbstractions = "0.9, 0.10"
5760
LLD_jll = "15, 16, 17, 18, 19"
5861
LLVM = "9"
5962
LLVM_jll = "15, 16, 17, 18, 19"

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
@static if VERSION < v"1.11"
2+
using Pkg
3+
Pkg.add(url="https://github.com/JuliaGPU/KernelAbstractions.jl", rev="main")
4+
end
5+
16
using AMDGPU
27
using AMDGPU: Device, Runtime, @allowscalar
38
import AMDGPU.Device: HostCallHolder, hostcall!

0 commit comments

Comments
 (0)