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

[SYCL] Add work_group_num_dim metadata #13600

Merged
merged 4 commits into from
May 21, 2024
Merged

Commits on May 16, 2024

  1. [SYCL] Add work_group_num_dim metadata

    Emit metadata to describe number of dimensions specified in
    reqd_work_group_size. This is needed in order to be able to use that
    metadata correctly, since it was specified for OpenCL, and SYCL
    piggy-backs on it, backends correctly assert if all 3 dimensions are not
    provided. work_group_num_dim allows the compiler to pad the missing
    dimensions with 1, while preserving the notion of how many dimensions
    were specified.
    jchlanda committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6aac9ac View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. UR TAG CHANGE

    jchlanda committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7464f90 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    07e5d41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b862649 View commit details
    Browse the repository at this point in the history