Skip to content

Commit 4d59a99

Browse files
authored
Update to CUDNN 9. (#2267)
[skip julia] [skip cuda]
1 parent 38fe81f commit 4d59a99

File tree

7 files changed

+791
-955
lines changed

7 files changed

+791
-955
lines changed

.buildkite/pipeline.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ steps:
149149
- group: ":telescope: Downstream"
150150
depends_on: "cuda"
151151
steps:
152-
- label: "NNlibCUDA.jl on CUDA 12"
152+
- label: "NNlib.jl on CUDA 12"
153153
plugins:
154154
- JuliaCI/julia#v1:
155155
version: "1.10"
@@ -167,9 +167,9 @@ steps:
167167
Pkg.instantiate()
168168
169169
try
170-
Pkg.develop("NNlibCUDA")
170+
Pkg.develop("NNlib")
171171
catch err
172-
@error "Could not install NNlibCUDA" exception=(err,catch_backtrace())
172+
@error "Could not install NNlib" exception=(err,catch_backtrace())
173173
exit(3)
174174
end
175175
Pkg.develop(path=joinpath(pwd(), "lib", "cudnn"))
@@ -178,7 +178,10 @@ steps:
178178
end
179179
180180
println("+++ :julia: Running tests")
181-
Pkg.test("NNlibCUDA"; coverage=true)'
181+
Pkg.test("NNlib"; coverage=true)'
182+
env:
183+
NNLIB_TEST_CUDA: "true"
184+
NNLIB_TEST_CPU: "false"
182185
agents:
183186
queue: "juliagpu"
184187
cuda: "*"

lib/cudnn/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ CUDNN_jll = "62b44479-cb7b-5706-934f-f13b2eb2e645"
1313
CEnum = "0.2, 0.3, 0.4, 0.5"
1414
CUDA = "~5.3"
1515
CUDA_Runtime_Discovery = "0.2"
16-
CUDNN_jll = "~8.9"
16+
CUDNN_jll = "~9.0"
1717
julia = "1.8"

0 commit comments

Comments
 (0)