MIOpen
MIOpen copied to clipboard
Excessive number of file handles opened and held onto during Tuning
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 Please confirm if we can close this ticket? Thanks!