Skip to content

[BINDLESS][L0] Fix image requirement queries on L0 in driver/UR #17663

Open
@JackAKirk

Description

@JackAKirk

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions