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

Added support for NVIDIA GeForce RTX 4090 #4000

Open
wants to merge 1 commit into
base: release/8.6
Choose a base branch
from

Conversation

asifpatankar
Copy link

@asifpatankar asifpatankar commented Jul 11, 2024

Description

This pull request adds support for the NVIDIA GeForce RTX 4090 by updating the CMakeLists.txt file in the TensorRT repository. The changes ensure that the build process correctly identifies and utilizes the RTX 4090's compute capabilities, which are essential for optimizing performance and compatibility.

Changes Made

  1. CUDA Architecture Flags:
    • Added compute capability 89 to the CUDA architecture flags in the CMakeLists.txt file to support the RTX 4090.

Testing

The changes were tested on a system with the following configuration:

  • GPU: NVIDIA GeForce RTX 4090
  • CUDA Version: 12.2
  • cuDNN Version: 8.9.0

The build was successfully completed.

Notes

Please review the changes and let me know if any additional modifications are required. I look forward to your feedback and approval.

Signed-off-by: Asif Patankar asifpatankar@rocketmail.com

Signed-off-by: asifpatankar <asifpatankar@roketmail.com>
@feuler
Copy link

feuler commented Jul 26, 2024

Can someone please merge this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants