forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] Exclude gemm from async compilation if the primimtive's dynamic…
… impl is optimized kernel. (openvinotoolkit#22721) ### Details: - Do not make spurious task. It caused memory leak from task_key and promise objects. - keys are generated before queueing and it was not removed when cache entry is not added into lru impl cache. - This mostly fix memory leak and reduces permanent cache size. - Remaining issue for memory leak: futures are just added without freeing. ### Tickets: - 131417
- Loading branch information
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters