Skip to content

[SYCL][E2E] Fix -Werror failures in DeviceLib tests #18985

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

Merged
merged 1 commit into from
Jun 16, 2025

Conversation

npmiller
Copy link
Contributor

The -fsycl-device-lib-jit-link only has an effect in SPIR compilation so these tests would fail with -Werror.

It might be worth re-working these tests a bit to only run this part on spir, but other existing tests already have this change to make it work on -Werror so do it as well here to fix the nightly.

Fixes #18744

The `-fsycl-device-lib-jit-link` only has an effect in SPIR compilation
so these tests would fail with `-Werror`.

It might be worth re-working these tests a bit to only run this part on
spir, but other existing tests already have this change to make it work
on `-Werror` so do it as well here to fix the nightly.
@npmiller
Copy link
Contributor Author

@intel/llvm-gatekeepers this is ready to merge

@sommerlukas sommerlukas merged commit 311cc71 into intel:sycl Jun 16, 2025
25 checks passed
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.

CUDA nightly unused argument -fsycl-device-lib-jit-link on AWS
3 participants