The PR #16871 introduced new UR entry-points urCommandBufferAppendNativeCommandExp and urCommandBufferGetNativeHandleExp, however there was no UR CTS coverage for urCommandBufferAppendNativeCommandExp included, as verification was done via SYCL E2E testing.
This ticket is to add UR CTS testing for urCommandBufferAppendNativeCommandExp similar to that of https://github.com/intel/llvm/tree/sycl/unified-runtime/test/conformance/exp_enqueue_native for all of the L0, CUDA, HIP, and OpenCL backends.
The PR #16871 introduced new UR entry-points
urCommandBufferAppendNativeCommandExpandurCommandBufferGetNativeHandleExp, however there was no UR CTS coverage forurCommandBufferAppendNativeCommandExpincluded, as verification was done via SYCL E2E testing.This ticket is to add UR CTS testing for
urCommandBufferAppendNativeCommandExpsimilar to that of https://github.com/intel/llvm/tree/sycl/unified-runtime/test/conformance/exp_enqueue_native for all of the L0, CUDA, HIP, and OpenCL backends.