Skip to content

Commit df323df

Browse files
committed
chore: Update cudnn depedency
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent e9aeae4 commit df323df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ http_archive(
7676
http_archive(
7777
name = "cudnn",
7878
build_file = "@//third_party/cudnn/archive:BUILD",
79-
sha256 = "0e5d2df890b9967efa6619da421310d97323565a79f05a1a8cb9b7165baad0d7",
79+
sha256 = "ec96d2376d81fca42bdd3d4c3d705a99b29a065bab57f920561c763e29c67d01",
8080
strip_prefix = "cuda",
8181
urls = [
82-
"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",
82+
"https://developer.nvidia.com/compute/cudnn/secure/8.4.1/local_installers/11.6/cudnn-linux-x86_64-8.4.1.50_cuda11.6-archive.tar.xz",
8383
],
8484
)
8585

third_party/cudnn/archive/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cc_library(
99

1010
cc_import(
1111
name = "cudnn_lib",
12-
shared_library = "lib64/libcudnn.so",
12+
shared_library = "lib/libcudnn.so",
1313
visibility = ["//visibility:private"],
1414
)
1515

0 commit comments

Comments
 (0)