pytorch
a943df04 - Workaround for CuDNN-8.7+ load bug (#98644) (#99451)

Commit
2 years ago
Workaround for CuDNN-8.7+ load bug (#98644) (#99451) Preload `cudnn_cnn_infer` and consume `dlerror` to prevent spurious call to `abort()` from `libcudnn.so.8`, if `libnvrtc.so` is missing on the system. Fixes https://github.com/pytorch/pytorch/issues/97041 Pull Request resolved: https://github.com/pytorch/pytorch/pull/98644 Approved by: https://github.com/ngimel (cherry picked from commit c00fd71a95e0c52a14921e8d906d21d60dc9667c)
Author
Parents
Loading