MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

Implemented readonly-/ramdb preloading

Open DrizztDoUrden opened this issue 8 months ago • 0 comments

If convolution perf and find dbs have not been started loading yet, handle constructor starts a separate thread that does that. When a db is requested in some library call like find, instead of just creating a new instance it first checks if preload has started and waits for its result if needed.

DrizztDoUrden avatar Jun 25 '24 11:06 DrizztDoUrden