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] Avoid memory allocation for any node can reuse previous memory (openvinotoolkit#30957)
### Details:
There is a strategy to reuse memory for some intermediate outputs.
However, it is recognized after the allocation of memory for all
intermediate outputs. Therefore, the peak memory is not actually
reduced. This PR is to address this problem which can reduce memory
footprint for some models, for example 35% memory reduction for SD1.5
vae_decoder model when generating 512*512 images.
### Tickets:
- [CVS-169229](https://jira.devtools.intel.com/browse/CVS-169229)
0 commit comments