TensorRT
TensorRT copied to clipboard
Added support for NVIDIA GeForce RTX 4090
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
- 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]
Can someone please merge this ?