Skip to content

Commit

Permalink
Test upgrade to CuDNN 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Apr 25, 2023
1 parent 8f1c7c4 commit d5bd60e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ commands:
default: "x86_64"
cudnn-version:
type: string
default: "8.5.0.96"
default: "8.8.0.121"
cuda-version:
type: string
default: "cuda11.7"
default: "cuda11.8"
steps:
- run:
name: Install CUDNN
Expand Down Expand Up @@ -200,7 +200,7 @@ commands:
default: "cuda11.8"
cudnn-version:
type: string
default: "8.5.0.96"
default: "8.8.0.121"
trt-version-short:
type: string
default: "8.6.0"
Expand Down Expand Up @@ -252,7 +252,7 @@ commands:
default: "8.6.0"
cudnn-version-long:
type: string
default: "8.5.0.96"
default: "8.8.0.121"
steps:
- run:
name: Set up python environment
Expand Down Expand Up @@ -474,6 +474,7 @@ commands:
- run: mkdir -p /tmp/artifacts
- run:
name: Run core / C++ tests
no_output_timeout: 15m
environment:
LD_LIBRARY_PATH: "/opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/site-packages/torch_tensorrt.libs:/home/circleci/project/bazel-project/external/libtorch_pre_cxx11_abi/lib/:/home/circleci/project/bazel-project/external/tensorrt/lib/:/usr/local/cuda-11.8/lib64/:$LD_LIBRARY_PATH"
command: |
Expand Down Expand Up @@ -1217,7 +1218,7 @@ parameters:
default: "https://download.pytorch.org/whl/cu117"
cudnn-version:
type: string
default: "8.5.0.96"
default: "8.8.0.121"
trt-version-short:
type: string
default: "8.6.0"
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ http_archive(
http_archive(
name = "cudnn",
build_file = "@//third_party/cudnn/archive:BUILD",
sha256 = "5454a6fd94f008728caae9adad993c4e85ef36302e26bce43bea7d458a5e7b6d",
strip_prefix = "cudnn-linux-x86_64-8.5.0.96_cuda11-archive",
sha256 = "36fff137153ef73e6ee10bfb07f4381240a86fb9fb78ce372414b528cbab2293",
strip_prefix = "cudnn-linux-x86_64-8.8.0.121_cuda11-archive",
urls = [
"https://developer.nvidia.com/compute/cudnn/secure/8.5.0/local_installers/11.7/cudnn-linux-x86_64-8.5.0.96_cuda11-archive.tar.xz",
"https://developer.download.nvidia.com/compute/cudnn/secure/8.8.0/local_installers/11.8/cudnn-linux-x86_64-8.8.0.121_cuda11-archive.tar.xz",
],
)

Expand Down

0 comments on commit d5bd60e

Please sign in to comment.