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
[SYCL][Fusion] Avoid deferred cleanup for fusion (intel#11598)
Full cleanup for fusion placeholder commands is handled by specialized
scheduler entry points (`start_fusion`, `cleanUPCmdFusion`). To avoid
interference with that mechanism, fusion commands should not be added to
the deferred cleanup list.
Signed-off-by: Lukas Sommer <[email protected]>
0 commit comments