Skip to content

Commit d074404

Browse files
ldoraubb-ur
authored andcommitted
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/ur_api.h

Lines changed: 2461 additions & 2461 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

include/ur_print.h

Lines changed: 138 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

include/ur_print.hpp

Lines changed: 1300 additions & 1300 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/core/exp-enqueue-kernel-launch-with-args.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--- #--------------------------------------------------------------------------
1111
type: header
1212
desc: "Intel $OneApi Unified Runtime Experimental API for setting args at kernel launch"
13-
ordinal: "99"
13+
ordinal: "11"
1414
--- #--------------------------------------------------------------------------
1515
type: enum
1616
desc: "What kind of kernel arg is this"

scripts/core/kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--- #--------------------------------------------------------------------------
1111
type: header
1212
desc: "Intel $OneApi Unified Runtime APIs for Program"
13-
ordinal: "7"
13+
ordinal: "12"
1414
--- #--------------------------------------------------------------------------
1515
type: function
1616
desc: "Create kernel object from a program."

source/adapters/level_zero/ur_interface_loader.hpp

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/adapters/level_zero/v2/queue_api.cpp

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/adapters/level_zero/v2/queue_api.hpp

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)