[UR] 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>