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][NFC] Refresh inline asm E2E tests #12642

Commits on Feb 7, 2024

  1. [SYCL][NFC] Refresh inline asm E2E tests

    This PR should improve tests stability and transparency (when it comes
    to unsupported tests). List of changes:
    
    - switched from `[[intel::reqd_sub_group_size]]` to
      `[[sycl::reqd_sub_group_size]]` attribute;
    - removed uses of deprecated `device::has_extension` API: there is no need
      for that check, because, `[[sycl::reqd_sub_group_size]]` is a core SYCL
      2020 functionality;
    - simplified helpers to remove unnecessary extra arguments which could be
      inferred otherwise;
    - updated `REQUIRES` directives to include required sub-group size
      requirements in there. Adjusted calls to `launchInlineASMTest` helper to
      consistently pass required sub-group size in there as well;
    AlexeySachkov committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3ac7acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    884368c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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