-
Notifications
You must be signed in to change notification settings - Fork 705
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
{lib}[fosscuda/2020b] TensorRT v8.0.1.6 w/ Python 3.8.6 #13499
{lib}[fosscuda/2020b] TensorRT v8.0.1.6 w/ Python 3.8.6 #13499
Conversation
Test report by @lexming |
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.
Even though the name of the sources say cuda-11.3
, this tarball for x86_64
is compatible with CUDA v11.1 as well. This is not the case with the tarballs for ARM and Power though, those are only compatible with CUDA v11.3.
LGTM
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.
After further inspection, it seems that there is a soft requirement of TensorRT 8.0 on cuDNN v8.2 and we might be going into uncharted territory by using cuDNN v8.0.4. So I think that we should downgrade to TensorRT 7.2.2, which more closely matches the available dependencies in fosscuda/2020b
, namely Python 3.8 and cuDNN 8.0.
If you agree with this change, I made a PR with the downgrade in robert-mijakovic#2
downgrade TensorRT in fosscuda/2020b to version 7.2.2.3
(created using
eb --new-pr
)