Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] fix memory conflict for multi iteration in loop. (openvinotoolk…
…it#28487) Cause is shown in graph below. The black, green, and dotted line donates the primitive dependency, memory buffer reuse, and memory conflict (at the second iteration) respectively. The body of the loop is compiled as a separate model and is not aware the data reuse in backedge in multiple iteration. Tickets: [CVS-158017](https://jira.devtools.intel.com/browse/CVS-158017)
- Loading branch information