[SYCL] Implement sycl_khr_max_work_group_queries (#22921)
Khr extension spec can be found here:
https://github.com/KhronosGroup/SYCL-Docs/blob/main/adoc/extensions/sycl_khr_max_work_group_queries.adoc
And this implementation re-uses some code from the existing oneapi
counterpart, of which the spec can be found here:
https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_oneapi_max_work_group_query.md
---------
Signed-off-by: Hu, Peisen <peisen.hu@intel.com>