File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
third_party/cudnn/archive Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ http_archive(
76
76
http_archive (
77
77
name = "cudnn" ,
78
78
build_file = "@//third_party/cudnn/archive:BUILD" ,
79
- sha256 = "0e5d2df890b9967efa6619da421310d97323565a79f05a1a8cb9b7165baad0d7 " ,
79
+ sha256 = "ec96d2376d81fca42bdd3d4c3d705a99b29a065bab57f920561c763e29c67d01 " ,
80
80
strip_prefix = "cuda" ,
81
81
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 " ,
83
83
],
84
84
)
85
85
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ cc_library(
9
9
10
10
cc_import (
11
11
name = "cudnn_lib" ,
12
- shared_library = "lib64 /libcudnn.so" ,
12
+ shared_library = "lib /libcudnn.so" ,
13
13
visibility = ["//visibility:private" ],
14
14
)
15
15
You can’t perform that action at this time.
0 commit comments