[UR] Replace ordinals of two UR core scripts (#21217)
This patch replaces the ordinal numbers of two files:
`unified-runtime/scripts/core/exp-command-buffer.yml` and
`unified-runtime/scripts/core/exp-enqueue-kernel-launch-with-args.yml`
(the first commit). The rest of changes is generated by UR `make
generate` (the second commit).
Changing this ordinal is necessary to ensure that the proposed (in
https://github.com/intel/llvm/pull/21110)
`urCommandBufferAppendKernelLaunchWithArgsExp()` API is defined after
`ur_exp_kernel_arg_properties_t`.
This is the first part of https://github.com/intel/llvm/pull/21110 in
order to make it smaller.
---------
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>