Skip to content

Commit 31dc970

Browse files
committed
[Temp] CI
1 parent 45c846d commit 31dc970

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

CUDACore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ExprTools = "0.1"
5858
GPUArrays = "11.5.4"
5959
GPUCompiler = "2.2"
6060
GPUToolbox = "3"
61-
KernelAbstractions = "0.10"
61+
KernelAbstractions = "0.9, 0.10"
6262
KernelInterface = "0.1.0"
6363
LLVM = "9.6"
6464
LLVMLoopInfo = "1"

lib/cusparse/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CUDA_Runtime_Discovery = "2"
3232
CUDA_Runtime_jll = "0.24"
3333
GPUArrays = "11.4.1"
3434
GPUToolbox = "3"
35-
KernelAbstractions = "0.10"
35+
KernelAbstractions = "0.9, 0.10"
3636
LinearAlgebra = "1"
3737
SparseArrays = "1"
3838
SparseMatricesCSR = "0.6.9"

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ CUDA = {path = ".."}
4747
CUDACore = {path = "../CUDACore"}
4848
CUDATools = {path = "../CUDATools"}
4949
CUPTI = {path = "../lib/cupti"}
50+
KernelAbstractions = {rev = "main", url = "https://github.com/JuliaGPU/KernelAbstractions.jl"}
5051
NVML = {path = "../lib/nvml"}
5152
cuBLAS = {path = "../lib/cublas"}
5253
cuDNN = {path = "../lib/cudnn"}

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)