Open
Description
Is your feature request related to a problem? Please describe
The following image requirement queries are not currently implementable on the L0 backend.
dev.get_info<sycl::ext::oneapi::experimental::info::device::
image_row_pitch_align>();
dev.get_info<sycl::ext::oneapi::experimental::info::device::
max_image_linear_row_pitch>();
dev.get_info<sycl::ext::oneapi::experimental::info::device::
max_image_linear_width>();
dev.get_info<sycl::ext::oneapi::experimental::info::
device::max_image_linear_height>();
Describe the solution you would like
Apparently at least in some cases L0 corresponding native queries do exist, but take apparently unnecessary parameters such as zeContext
that should not dictate device requirements. Since the get_info queries as shown above cannot map to them, it would seem this requires a change of the L0 spec to fix this.
Describe alternatives you have considered
No response
Additional context
No response