SYCL 2020 spec does not have a class called `program` instead it introduces the `kernel_bundle` class. - [x] Add C API for kernel bundle - [ ] Deprecate or remove `DPCTLProgram_*` functions.
SYCL 2020 spec does not have a class called
programinstead it introduces thekernel_bundleclass.DPCTLProgram_*functions.