Commit 01e439b
authored
[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()`.1 parent 255a740 commit 01e439b
File tree
3 files changed
+21
-5
lines changed- sycl/source
- detail/graph
3 files changed
+21
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
552 | 559 | | |
553 | 560 | | |
554 | 561 | | |
| |||
870 | 877 | | |
871 | 878 | | |
872 | 879 | | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | 880 | | |
878 | 881 | | |
879 | 882 | | |
| |||
893 | 896 | | |
894 | 897 | | |
895 | 898 | | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
896 | 908 | | |
897 | 909 | | |
898 | 910 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments