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(
7676http_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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ cc_library(
99
1010cc_import (
1111 name = "cudnn_lib" ,
12- shared_library = "lib64 /libcudnn.so" ,
12+ shared_library = "lib /libcudnn.so" ,
1313 visibility = ["//visibility:private" ],
1414)
1515
You can’t perform that action at this time.
0 commit comments