Commit 2c20169
aarongreig
[UR] Make kernel launch global offset param optional. (#18573)
The offset is already deprecated so this will let sycl omit it entirely
in the future, for now it simplifies some adapter code by allowing the
check for whether we're working with an offset to happen once at the
sycl level with subsequent checks being simple nullptr comparisons.1 parent 588243f commit 2c20169
14 files changed
Lines changed: 42 additions & 54 deletions
File tree
- sycl/source/detail/scheduler
- unified-runtime
- include
- scripts/core
- source
- adapters
- level_zero
- v2
- mock
- native_cpu
- loader
- layers
- tracing
- validation
- test/conformance/enqueue
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2475 | 2475 | | |
2476 | 2476 | | |
2477 | 2477 | | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
| 2481 | + | |
| 2482 | + | |
2478 | 2483 | | |
2479 | 2484 | | |
2480 | 2485 | | |
| |||
2505 | 2510 | | |
2506 | 2511 | | |
2507 | 2512 | | |
2508 | | - | |
2509 | | - | |
| 2513 | + | |
| 2514 | + | |
| 2515 | + | |
2510 | 2516 | | |
2511 | 2517 | | |
2512 | 2518 | | |
| |||
2523 | 2529 | | |
2524 | 2530 | | |
2525 | 2531 | | |
2526 | | - | |
2527 | | - | |
| 2532 | + | |
| 2533 | + | |
| 2534 | + | |
2528 | 2535 | | |
2529 | 2536 | | |
2530 | 2537 | | |
| |||
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 | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | 223 | | |
234 | 224 | | |
235 | 225 | | |
| |||
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
941 | | - | |
942 | | - | |
943 | | - | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | | - | |
948 | | - | |
949 | | - | |
950 | | - | |
951 | 941 | | |
952 | 942 | | |
953 | 943 | | |
| |||
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 | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments