Skip to content

Commit fa7133b

Browse files
committed
add cuDNN as test dependency
oops
1 parent bcacc20 commit fa7133b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Tables = "1.0"
2727
julia = "1.6"
2828

2929
[extras]
30+
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
3031
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3132
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
3233
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -36,4 +37,4 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
3637
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3738

3839
[targets]
39-
test = ["LinearAlgebra", "MLJBase", "Random", "StableRNGs", "Statistics", "StatsBase", "Test"]
40+
test = ["cuDNN", "LinearAlgebra", "MLJBase", "Random", "StableRNGs", "Statistics", "StatsBase", "Test"]

test/runtests.jl

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import Random.seed!
1010
using Statistics
1111
import StatsBase
1212
using StableRNGs
13+
using cuDNN
1314

1415
using ComputationalResources
1516
using ComputationalResources: CPU1, CUDALibs

0 commit comments

Comments
 (0)