Commit d074404
Change ordinals of two files in UR spec (#21440)
Change ordinals of two files:
- unified-runtime/scripts/core/exp-enqueue-kernel-launch-with-args.yml
- unified-runtime/scripts/core/kernel.yml
The following files have to be in the following order now:
ordinal "10" - unified-runtime/scripts/core/enqueue.yml
ordinal "11" -
unified-runtime/scripts/core/exp-enqueue-kernel-launch-with-args.yml
ordinal "12" - unified-runtime/scripts/core/kernel.yml
because we will add a new `urKernelGetSuggestedLocalWorkSizeWithArgs()`
API (see #21442)
to `kernel.yml` that uses `ur_exp_kernel_arg_properties_t`
which is defined in `exp-enqueue-kernel-launch-with-args.yml`,
but `exp-enqueue-kernel-launch-with-args.yml` uses
`ur_kernel_launch_ext_properties_t` which is defined in `enqueue.yml`.
Ref: #21442
---------
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>1 parent 8c26e94 commit d074404
16 files changed
Lines changed: 14638 additions & 14638 deletions
File tree
- include
- scripts/core
- source
- adapters
- level_zero
- v2
- mock
- loader
- layers
- tracing
- validation
- test/conformance/testing/include/uur
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.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
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