We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df323df commit c284518Copy full SHA for c284518
WORKSPACE
@@ -77,7 +77,7 @@ http_archive(
77
name = "cudnn",
78
build_file = "@//third_party/cudnn/archive:BUILD",
79
sha256 = "ec96d2376d81fca42bdd3d4c3d705a99b29a065bab57f920561c763e29c67d01",
80
- strip_prefix = "cuda",
+ strip_prefix = "cudnn-linux-x86_64-8.4.1.50_cuda11.6-archive",
81
urls = [
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
],
0 commit comments