You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GPU] adding a missed block_read related include (#31874)
### Details:
- This PR adds a missed `block_read` related include
- Backporting of #31809
### Tickets:
- 172478
Updated to set cacheContent.model only for OPTIMIZE_SIZE mode (#29805)
### Details:
- backport from #29804
### Tickets:
- 164342
---------
Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
Mirror: Swapped to another check for NPU on system (#28734)
Mirror of #28730
Work-arounds CVS-161330
Co-authored-by: Dmitry Matveev <dmitry.matveev@intel.com>
[NPUW] Fix bank weak_ptr (#27486)
After `CompiledModel` object is deleted, `shared_ptr<Bank>` is reset -
thus expiring `weak_ptr` in bank manager class. If we try to create a
`CompiledModel` object again with the same bank name - it was trying to
utilize already empty bank ptr. This PR fixes such case