Commit 1580c39
authored
[SYCL][Fusion] Avoid deferred cleanup for fusion (#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]>1 parent 9286183 commit 1580c39
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
460 | | - | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
461 | 468 | | |
462 | 469 | | |
463 | 470 | | |
| |||
0 commit comments