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] Fix failing specialization constants tests. #12839

Merged
merged 2 commits into from
Feb 28, 2024

Commits on Feb 27, 2024

  1. Fix failing specialization constants tests.

    Recent changes made to specialization constants tests relied on --debug-only option, which is only enabled when assertions are enabled. This commit guards the commands using such an option to be run only when assertions are enabled.
    
    Signed-off-by: Marcos Maronas <marcos.maronas@intel.com>
    maarquitos14 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    34f3aca View commit details
    Browse the repository at this point in the history
  2. Remove empty else.

    Signed-off-by: Marcos Maronas <marcos.maronas@intel.com>
    maarquitos14 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ca54db4 View commit details
    Browse the repository at this point in the history