Skip to content

Commit 6d9ae99

Browse files
peri044narendasan
authored andcommitted
chore: Update WORKSPACE with new links to libraries
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 08a13e4 commit 6d9ae99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@ http_archive(
7070
http_archive(
7171
name = "cudnn",
7272
build_file = "@//third_party/cudnn/archive:BUILD",
73-
sha256 = "98a8784e92862f20018d20c281b30d4a0cd951f93694f6433ccf4ae9c502ba6a",
73+
sha256 = "39412acd9ef5dd27954b6b9f5df75bd381c5d7ceb7979af6c743a7f4521f9c77",
7474
strip_prefix = "cuda",
7575
urls = [
76-
"https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.1.33/11.2_20210301/cudnn-11.2-linux-x64-v8.1.1.33.tgz",
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",
7777
],
7878
)
7979

8080
http_archive(
8181
name = "tensorrt",
8282
build_file = "@//third_party/tensorrt/archive:BUILD",
83-
sha256 = "d3a1f478e304b48878604fac70ce7920fece71f9cac62f925c9c59c197f5d087",
83+
sha256 = "def6a5ee50bed25a68a9c9e22ec671a8f29ee5414bde47c5767bd279e5596f88",
8484
strip_prefix = "TensorRT-7.2.3.4",
8585
urls = [
86-
"https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/7.2.3/tars/TensorRT-7.2.3.4.Ubuntu-18.04.x86_64-gnu.cuda-11.1.cudnn8.1.tar.gz",
86+
"https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.1/tars/tensorrt-8.0.1.6.linux.x86_64-gnu.cuda-11.3.cudnn8.2.tar.gz",
8787
],
8888
)
8989

0 commit comments

Comments
 (0)