MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

Excessive number of file handles opened and held onto during Tuning

Open JehandadKhan opened this issue 3 years ago • 1 comments

As reported in SWDEV-304151 when tuning using MIGraphX as the driver framework, a large number (more than 10k) of file handles are created and never released.

One of the possible causes is that HIP holds a file handle in the hipProgram structure, which only gets destroyed when the program gets destroyed.

JehandadKhan avatar Oct 12 '21 16:10 JehandadKhan

@JehandadKhan Please confirm if we can close this ticket? Thanks!

ppanchad-amd avatar Apr 15 '24 17:04 ppanchad-amd