cuDNN take up too much GPU memory

The cuDNN and cuBlas libraries take up ~800MB GPU memory. I found in this post Why tensorRT occupy many memory ? , said that the library could be shared among all processes. But in my experiment, each process will own a separate copy. Is there any method to share those libraries?

1 Like

Hi zykincs,

May I know what’s the Jetson platform you’re using?
Which JetPack version?

Hi kayccc,

I’m not using the Jetson platform. My hardware platform is NVIDIA 2080 Ti.

Hi @zykincs ,
Can you please help me with the cudnn version you are using?

Thanks!

Hi @AakankshaS

I’m using the cudnn 8.04

Thanks!

Hi there, I met the same problem that each process owns a separate copy. Have you solved your problem?

similar problem on jetson nx

Hi, I have same problem, how can I share cudnn dll for all process? any tutorial ?