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][Fusion] Restrict types of fusable command groups #12556

Merged
merged 4 commits into from
Feb 6, 2024

Commits on Feb 2, 2024

  1. [SYCL][Fusion] Restrict types of fusable command groups

    Only allow command groups of `Kernel` type. Do not add other kind of
    command groups to the fusable graph when found, showing a descriptive
    warning.
    
    Signed-off-by: Victor Perez <victor.perez@codeplay.com>
    victor-eds committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    440a370 View commit details
    Browse the repository at this point in the history
  2. XFAIL and clarify test

    victor-eds committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    96f687e View commit details
    Browse the repository at this point in the history
  3. Address comments

    victor-eds committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4a510b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Actually run FileCheck

    victor-eds committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6c042e0 View commit details
    Browse the repository at this point in the history