Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UR] Fix size confusion for several device property queries #12488

Merged
merged 4 commits into from
Jun 12, 2024

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    ab0d244 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    6499c41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e15843 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. [SYCL] Update sub_group_sizes to use uint32_t[]

    The UR specification for the UR_DEVICE_INFO_SUB_GROUP_SIZES_INTEL device
    query is specified to use `uint32_t[]` whereas the SYCL specification
    defines the `sub_group_sizes` query as `std::vector<size_t>`. This patch
    adds a translation between `uint32_t[]` and `std::vector<size_t>` in
    order to correctly propagate results.
    kbenzie committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d66d9e1 View commit details
    Browse the repository at this point in the history