fix: Segfault fix for Benchmarks by gs-olive · Pull Request #2432 · pytorch/TensorRT
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@narendasan - this line causes a segfault at inference time, when we compile the Docker container with CUDNN 8.8, and Torch 2.1.0 uses the CUDNN 8.9 Python distributions. When removed, inference works as expected.
Do you think it would be necessary/important to upgrade the build stack to CUDNN 8.9 for the upcoming release?