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] Optional kernel features: implement split based on reqd-sub-group-size #8167

Commits on Jan 31, 2023

  1. [SYCL] Optional kernel features: implement split based on reqd-sub-gr…

    …oup-size
    
    This patch implements device code split based on reqd-sub-group-size
    attribute, enables generation of "reqd_sub_group_size" property in
    "SYCL/device requirements" property set, and adds support of
    reqd_sub_group_size to sycl::is_compatible
    
    Design:
    https://github.com/intel/llvm/blob/sycl/sycl/doc/design/OptionalDeviceFeatures.md#changes-to-the-device-code-split-algorithm
    E2E tests: TBA
    dm-vodopyanov committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    36236a8 View commit details
    Browse the repository at this point in the history
  2. Add missing line

    dm-vodopyanov committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    003e9ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbcf5a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    deb66f1 View commit details
    Browse the repository at this point in the history
  2. Apply CR comments

    dm-vodopyanov committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    de51fe8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

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