AUTOMATIC1111 / stable-diffusion-webui-tensorrt

MIT License
313 stars 21 forks source link

[05/27/2023-19:14:07] [TRT] [W] TensorRT was linked against cuDNN 8.9.0 but loaded cuDNN 8.7.0 #3

Open Cubey42 opened 1 year ago

Cubey42 commented 1 year ago

[05/27/2023-19:14:07] [TRT] [W] TensorRT was linked against cuDNN 8.9.0 but loaded cuDNN 8.7.0 CUDA lazy loading is not enabled. Enabling it can significantly reduce device memory usage and speed up TensorRT initialization. See "Lazy Loading" section of CUDA documentation https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#lazy-loading

Is this normal behavior or is this an issue?

kodxana commented 1 year ago

Ye this is normal thing in TensorRT though it should not break anything.