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][Graph] Reuse recording queue when available for finalize (#20106)
There are two issues with the current implementation:
- Creating a placeholder queue is adding overhead at `finalize()` to
common path.
- Queue properties are set to default when no queue can be reused at
Graph `finalize()`.
0 commit comments