Skip to content

Commit 5539a8d

Browse files
committed
Temp CI
1 parent df42be4 commit 5539a8d

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
- JuliaCI/julia#v1:
99
version: "{{matrix.julia}}"
1010
- JuliaCI/julia-test#v1:
11-
test_args: "--quickfail"
11+
test_args: ""
1212
- JuliaCI/julia-coverage#v1:
1313
codecov: true
1414
dirs:

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
3030
[weakdeps]
3131
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
3232

33+
[sources]
34+
KernelAbstractions = {rev = "intrinsics", url = "https://github.com/christiangnrd/KernelAbstractions.jl"}
35+
3336
[extensions]
3437
SpecialFunctionsExt = "SpecialFunctions"
3538

@@ -42,7 +45,7 @@ ExprTools = "0.1"
4245
GPUArrays = "11.2.1"
4346
GPUCompiler = "1.7.1"
4447
GPUToolbox = "0.1, 0.2, 0.3, 1"
45-
KernelAbstractions = "0.10"
48+
KernelAbstractions = "0.9, 0.10"
4649
LLVM = "7.2, 8, 9"
4750
LLVMDowngrader_jll = "0.6"
4851
LinearAlgebra = "1"

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
1111
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1212
ObjectiveC = "e86c9b32-1129-44ac-8ea0-90d5bb39ded9"
1313
ParallelTestRunner = "d3525ed8-44d0-4b2c-a655-542cee43accc"
14+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1415
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1516
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1617
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"

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/christiangnrd/KernelAbstractions.jl", rev="intrinsics")
4+
end
5+
16
using Metal
27
using ParallelTestRunner
38

0 commit comments

Comments
 (0)