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][E2E][Bindless] Fix -Werror issues #14912

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

ProGTX
Copy link
Contributor

@ProGTX ProGTX commented Aug 2, 2024

Consists of two parts:

  1. Fix the setting of -Werror on Windows in general for E2E tests
    • Just appending to SYCL_E2E_CLANG_CXX_FLAGS adds an extra semicolon that causes the command line to fail
  2. Address remaining -Werror failures in Bindless Images E2E tests
    • Add return from function, even though there's an assert(false)

@ProGTX
Copy link
Contributor Author

ProGTX commented Aug 5, 2024

Only test failure seems to be a general failure with the HIP runner, not related to this patch: https://github.com/intel/llvm/actions/runs/10212256670/job/28255418130?pr=14912

Besides that this seems ready to merge @intel/llvm-gatekeepers

@martygrant martygrant merged commit c455b6f into intel:sycl Aug 5, 2024
14 of 15 checks passed
@ProGTX ProGTX deleted the peter/bindless-werror branch August 9, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants