TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

Added support for NVIDIA GeForce RTX 4090

Open asifpatankar opened this issue 1 year ago • 1 comments

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 [email protected]

asifpatankar avatar Jul 11 '24 06:07 asifpatankar

Can someone please merge this ?

feuler avatar Jul 26 '24 12:07 feuler