Commit 9bd3fbc
authored
[SYCL] do not set zeroed GlobalOffset in kernel parameters (#20082)
Do not set a zeroed GlobalOffset in kernel parameters - the Unified
Runtime layer will handle this correctly.
Note that there is already a similar optimization in
https://github.com/intel/llvm/blob/sycl/sycl/source/detail/scheduler/commands.cpp#L24771 parent 2c3f0a8 commit 9bd3fbc
File tree
11 files changed
+40
-24
lines changed- sycl/source/detail/scheduler
- unified-runtime
- include
- scripts/core
- source
- adapters
- cuda
- hip
- mock
- loader
- layers
- tracing
- validation
11 files changed
+40
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2468 | 2468 | | |
2469 | 2469 | | |
2470 | 2470 | | |
2471 | | - | |
2472 | | - | |
| 2471 | + | |
| 2472 | + | |
| 2473 | + | |
2473 | 2474 | | |
2474 | 2475 | | |
2475 | 2476 | | |
2476 | | - | |
2477 | | - | |
2478 | | - | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
2479 | 2481 | | |
2480 | 2482 | | |
2481 | 2483 | | |
| |||
2610 | 2612 | | |
2611 | 2613 | | |
2612 | 2614 | | |
| 2615 | + | |
| 2616 | + | |
| 2617 | + | |
| 2618 | + | |
2613 | 2619 | | |
2614 | 2620 | | |
2615 | 2621 | | |
| |||
2620 | 2626 | | |
2621 | 2627 | | |
2622 | 2628 | | |
2623 | | - | |
2624 | | - | |
| 2629 | + | |
| 2630 | + | |
| 2631 | + | |
2625 | 2632 | | |
2626 | 2633 | | |
2627 | 2634 | | |
| |||
2637 | 2644 | | |
2638 | 2645 | | |
2639 | 2646 | | |
2640 | | - | |
| 2647 | + | |
| 2648 | + | |
2641 | 2649 | | |
2642 | 2650 | | |
2643 | 2651 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
114 | 121 | | |
115 | 122 | | |
116 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments