Skip to content

Commit 00fb5ee

Browse files
committed
Temp CI
1 parent 4fa8f0c commit 00fb5ee

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
@@ -38,6 +38,9 @@ UnsafeAtomics = "013be700-e6cd-48c3-b4a1-df204f14c38f"
3838
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
3939
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
4040

41+
[sources]
42+
KernelAbstractions = {rev = "main", url = "https://github.com/JuliaGPU/KernelAbstractions.jl"}
43+
4144
[extensions]
4245
AMDGPUChainRulesCoreExt = "ChainRulesCore"
4346
AMDGPUEnzymeCoreExt = "EnzymeCore"
@@ -55,7 +58,7 @@ ExprTools = "0.1"
5558
GPUArrays = "11.3.1"
5659
GPUCompiler = "1"
5760
GPUToolbox = "0.1.0, 0.2, 0.3, 1"
58-
KernelAbstractions = "0.10"
61+
KernelAbstractions = "0.9, 0.10"
5962
LLD_jll = "15, 16, 17, 18, 19"
6063
LLVM = "9"
6164
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" && get(ENV, "BUILDKITE_PIPELINE_NAME", "AMDGPU.jl") == "AMDGPU.jl"
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)