Skip to content

Commit 3598e6b

Browse files
committed
chore: Updating base cuDNN version to v8.2.4.15
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 4d71795 commit 3598e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ http_archive(
7070
http_archive(
7171
name = "cudnn",
7272
build_file = "@//third_party/cudnn/archive:BUILD",
73-
sha256 = "39412acd9ef5dd27954b6b9f5df75bd381c5d7ceb7979af6c743a7f4521f9c77",
73+
sha256 = "0e5d2df890b9967efa6619da421310d97323565a79f05a1a8cb9b7165baad0d7",
7474
strip_prefix = "cuda",
7575
urls = [
76-
"https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.1.32/11.3_06072021/cudnn-11.3-linux-x64-v8.2.1.32.tgz",
76+
"https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/11.4_20210831/cudnn-11.4-linux-x64-v8.2.4.15.tgz",
7777
],
7878
)
7979

0 commit comments

Comments
 (0)