-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(CUDA): upgrade CUDA versions #3084
Conversation
amd64.env
Outdated
cuda_base_image=nvidia/cuda:11.8.0-devel-ubuntu22.04 | ||
cuda_version=11.8 | ||
cudnn_version=8.7.0.84-1+cuda11.8 | ||
tensorrt_version=TODO+cuda11.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for TensorRT to be released.
❯ find-cuda-versions --os ubuntu2204 --cuda 11.8
[cudnn x86_64]
8.6.0.163-1+cuda11.8
8.7.0.84-1+cuda11.8
[cudnn sbsa]
8.7.0.84-1+cuda11.8
[nvinfer x86_64]
8.5.1-1+cuda11.8
[nvinfer sbsa]
[tensorrt x86_64]
8.5.1.7-1+cuda11.8
[tensorrt sbsa]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still need to use the ubuntu2004
repo.
❯ find-cuda-versions --cuda 12.0 --os ubuntu2004
[cudnn x86_64]
8.8.0.121-1+cuda12.0
8.8.1.3-1+cuda12.0
[cudnn sbsa]
8.8.0.121-1+cuda12.0
8.8.1.3-1+cuda12.0
[nvinfer x86_64]
8.6.0.12-1+cuda12.0
[nvinfer sbsa]
8.6.0.12-1+cuda12.0
[tensorrt x86_64]
8.6.0.12-1+cuda12.0
[tensorrt sbsa]
8.6.0.12-1+cuda12.0
❯ find-cuda-versions --cuda 12.0 --os ubuntu2204
[cudnn x86_64]
8.8.0.121-1+cuda12.0
8.8.1.3-1+cuda12.0
[cudnn sbsa]
8.8.0.121-1+cuda12.0
8.8.1.3-1+cuda12.0
[nvinfer x86_64]
8.6.0.12-1+cuda12.0
[nvinfer sbsa]
[tensorrt x86_64]
8.6.0.12-1+cuda12.0
[tensorrt sbsa]
a3caabb
to
c4ac341
Compare
bab2a71
to
0ec14ca
Compare
4e7fd17
to
972d1d0
Compare
This reverts commit 1962ea5.
This reverts commit e7216ad.
Signed-off-by: Kenji Miyake <[email protected]>
972d1d0
to
bb0bd20
Compare
https://github.com/orgs/autowarefoundation/discussions/3651#discussioncomment-6897536 Finally mfc@mfc-leo:~$ find-cuda-versions --cuda 12.0 --os ubuntu2204
[cudnn x86_64]
8.8.0.121-1+cuda12.0
8.8.1.3-1+cuda12.0
[cudnn sbsa]
8.8.0.121-1+cuda12.0
8.8.1.3-1+cuda12.0
[nvinfer x86_64]
8.6.0.12-1+cuda12.0
8.6.1.6-1+cuda12.0
[nvinfer sbsa]
8.6.2.2-1+cuda12.0
[tensorrt x86_64]
8.6.0.12-1+cuda12.0
8.6.1.6-1+cuda12.0
[tensorrt sbsa]
8.6.2.2-1+cuda12.0
|
Description
Remove workarounds and upgrade to the version that officially supports Ubuntu 22.04.
Related:
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.