Skip to content

Commit 5f64fe8

Browse files
christiangnrdmaleadt
authored andcommitted
Temp CI
1 parent 09599de commit 5f64fe8

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CUDACore/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ SpecialFunctions = "1.3, 2"
7474
StaticArrays = "1.9.8"
7575
julia = "1.10"
7676

77+
[sources]
78+
KernelAbstractions = {rev = "main", url = "https://github.com/JuliaGPU/KernelAbstractions.jl"}
79+
7780
[extras]
7881
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
7982
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"

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", "CUDA.jl") == "CUDA.jl"
2+
using Pkg
3+
Pkg.add(url="https://github.com/JuliaGPU/KernelAbstractions.jl", rev="main")
4+
end
5+
16
using CUDA
27
using CUDACore
38
using cuBLAS, cuSPARSE, cuSOLVER, cuFFT, cuRAND

0 commit comments

Comments
 (0)