Commit c16775d
authored
[SYCL] Do not use handler::addAccessorReq() (#16111)
This function might be useful only when an accessor is connected with
different
CG that was used during a construction of the accessor. Currently it’s
helpful
only in single case of reduction, and in this case the accessor can be
connected
to a right CG in the constructor. Modify the use case and remove all
calls to
addAccessorReq().1 parent cc75bdd commit c16775d
3 files changed
+5
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
612 | | - | |
613 | 612 | | |
614 | 613 | | |
615 | 614 | | |
| |||
2549 | 2548 | | |
2550 | 2549 | | |
2551 | 2550 | | |
2552 | | - | |
2553 | | - | |
2554 | | - | |
2555 | 2551 | | |
2556 | 2552 | | |
2557 | 2553 | | |
| |||
2587 | 2583 | | |
2588 | 2584 | | |
2589 | 2585 | | |
2590 | | - | |
2591 | | - | |
2592 | | - | |
2593 | 2586 | | |
2594 | 2587 | | |
2595 | 2588 | | |
| |||
2644 | 2637 | | |
2645 | 2638 | | |
2646 | 2639 | | |
2647 | | - | |
2648 | | - | |
2649 | | - | |
2650 | | - | |
2651 | 2640 | | |
2652 | 2641 | | |
2653 | 2642 | | |
| |||
2673 | 2662 | | |
2674 | 2663 | | |
2675 | 2664 | | |
2676 | | - | |
2677 | 2665 | | |
2678 | 2666 | | |
2679 | 2667 | | |
| |||
3429 | 3417 | | |
3430 | 3418 | | |
3431 | 3419 | | |
3432 | | - | |
3433 | 3420 | | |
3434 | 3421 | | |
3435 | 3422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
1017 | | - | |
| 1017 | + | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2052 | 2052 | | |
2053 | 2053 | | |
2054 | 2054 | | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
2055 | 2058 | | |
2056 | 2059 | | |
2057 | 2060 | | |
2058 | 2061 | | |
2059 | 2062 | | |
2060 | 2063 | | |
| 2064 | + | |
2061 | 2065 | | |
2062 | 2066 | | |
2063 | 2067 | | |
| |||
0 commit comments