-
Notifications
You must be signed in to change notification settings - Fork 651
Updated TensorRT to v8.2.1 #4603
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
Conversation
d9eebee to
b2f11bf
Compare
|
This (and #4604 and #4605) fails due to CUDNN_jll v8.2.1 not having a mapping for CUDA 11.5. @maleadt Should CUDNN v8.2.1 actually have such a mapping? TensorRT v8.2.1 - v8.2.3 is tested with CUDNN v8.2.1 - and is said to support CUDA 11.5: https://docs.nvidia.com/deeplearning/tensorrt/release-notes/tensorrt-8.html#rel-8-2-1 CUDNN v8.3.2 (and CUDA 11.6) is used for testing TensorRT starting from v8.4.0. |
|
CUDNN 8.2.1 only supports up to CUDA 11.3, I think. Or at least that was the supported release back when that version of CUDNN was released. |
Right: https://docs.nvidia.com/deeplearning/cudnn/archives/cudnn-824/support-matrix/index.html So really our CUDNN v8.2.1 should not have built an 11.4, but only 11.3 and then TensorRT v8.2+ must use a newer CUDNN for build when building for CUDA 11.4+ platforms. |
d43bb3c to
a76bb31
Compare
|
Superseded by #4604 I suppose. |
|
@ViralBShah I know that this and #4604 seemed like stale PR's, but this PR in particular is the only version to support CUDA 10.2 on aarch64-linux-gnu, so can we please reopen this? I will just check that #4386 can work with this packaging of TensorRT and then get this, #4604 and #4605 merged. |
a76bb31 to
d99c932
Compare
d99c932 to
d8cb215
Compare
d8cb215 to
a101cbd
Compare
Awaiting #4347 and #4602