Skip to content

Commit d7c864a

Browse files
committed
Temp CI
1 parent 5c6b8ca commit d7c864a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2323

2424
[sources]
2525
SPIRVIntrinsics = {path = "lib/intrinsics"}
26+
KernelAbstractions = {rev = "main", url = "https://github.com/JuliaGPU/KernelAbstractions.jl"}
2627

2728
[compat]
2829
Adapt = "4"
2930
GPUArrays = "11.2.1"
3031
GPUCompiler = "1.7.1"
31-
KernelAbstractions = "0.10"
32+
KernelAbstractions = "0.9, 0.10"
3233
LLVM = "9.1"
3334
LinearAlgebra = "1"
3435
OpenCL_jll = "=2024.10.24"

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
88
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
99
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
1010
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1112
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
1213
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1314
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

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 Distributed
27
using Dates
38
import REPL

0 commit comments

Comments
 (0)