Skip to content

Commit 17d96ad

Browse files
committed
Temp CI
1 parent 9a58af8 commit 17d96ad

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
@@ -44,6 +44,9 @@ EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
4444
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
4545
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
4646

47+
[sources]
48+
KernelAbstractions = {rev = "main", url = "https://github.com/JuliaGPU/KernelAbstractions.jl"}
49+
4750
[extensions]
4851
ChainRulesCoreExt = "ChainRulesCore"
4952
EnzymeCoreExt = "EnzymeCore"
@@ -67,7 +70,7 @@ ExprTools = "0.1"
6770
GPUArrays = "11.2.4"
6871
GPUCompiler = "1.4"
6972
GPUToolbox = "0.3, 1"
70-
KernelAbstractions = "0.10"
73+
KernelAbstractions = "0.9, 0.10"
7174
LLVM = "9.3.1"
7275
LLVMLoopInfo = "1"
7376
LazyArtifacts = "1"

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)