Skip to content
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

Do TensorRT7.2.1.6 support GPU_ARCHS 86(3080 or 3090)? #982

Closed
gulixin0922 opened this issue Dec 24, 2020 · 6 comments
Closed

Do TensorRT7.2.1.6 support GPU_ARCHS 86(3080 or 3090)? #982

gulixin0922 opened this issue Dec 24, 2020 · 6 comments
Labels
triaged Issue has been triaged by maintainers

Comments

@gulixin0922
Copy link

gulixin0922 commented Dec 24, 2020

Description

Environment

TensorRT Version: 7.2.1.6
GPU Type: 3080
Nvidia Driver Version: 455.32.00
CUDA Version: 11.1
CUDNN Version: 8.0.4
Operating System + Version: x86_64
Python Version (if applicable): 3.6
TensorFlow Version (if applicable): 1.15.4
PyTorch Version (if applicable):
Baremetal or Container (if container which image + tag):

Relevant Files

however in CMakeLists.txt:not include 86, only include 80

if (CUDA_VERSION VERSION_GREATER_EQUAL 11.0)
# Ampere GPU (SM80) support is only available in CUDA versions > 11.0
list(APPEND GPU_ARCHS 80)
else()
message(WARNING "Detected CUDA version is < 11.0. SM80 not supported.")
endif()

Do TensorRT7.2.1.6 support GPU_ARCHS 86?

Steps To Reproduce

@gulixin0922 gulixin0922 changed the title Do TensorRT7.2.1.6 support GPU_ARCHS 86? Do TensorRT7.2.1.6 support GPU_ARCHS 86(3080 or 3090)? Dec 24, 2020
@ttyio
Copy link
Collaborator

ttyio commented Jan 11, 2021

Hello @seuGLX , thanks for reporting,
Yes TRT 7.2.1.6 support SM86.

@ttyio ttyio added the triaged Issue has been triaged by maintainers label Jan 11, 2021
@ttyio
Copy link
Collaborator

ttyio commented Apr 14, 2021

Closing since no activity in this thread for more than 3 weeks, please reopen if you still have question, thanks!

@ttyio ttyio closed this as completed Apr 14, 2021
@pra-dan
Copy link

pra-dan commented May 14, 2021

@ttyio Why is this check important when TensorRT recommends CUDA 10.2 + cudnn 8.1 ?

@ttyio
Copy link
Collaborator

ttyio commented May 17, 2021

Hello @pra-dan , CUDA 10.2 can generate PTX work on Ampere, but to generate SASS work on Ampere, we need CUDA 11.0, see
https://docs.nvidia.com/cuda/ampere-compatibility-guide/index.html#building-applications-with-ampere-support

@pra-dan
Copy link

pra-dan commented May 17, 2021

Oh thanks @ttyio . In that case, shouldn't the docs remove the CUDA 10.2 recommendation from the docs ?

@ttyio
Copy link
Collaborator

ttyio commented May 18, 2021

hello @pra-dan , not all users are able to upgrade to latest CUDA, this is the reason why 10.2 is in the support matrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged Issue has been triaged by maintainers
Projects
None yet
Development

No branches or pull requests

3 participants