Skip to content

[CI] Detect changes to libdevice #19584

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 4 commits into from
Jul 24, 2025
Merged

[CI] Detect changes to libdevice #19584

merged 4 commits into from
Jul 24, 2025

Conversation

sarnex
Copy link
Contributor

@sarnex sarnex commented Jul 24, 2025

We check this in the windows/linux build workflows but we never set it, so use the existing sycl specifier.

Closes: #19573

Signed-off-by: Sarnie, Nick <[email protected]>
This reverts commit 26c5c3f.
@sarnex sarnex marked this pull request as ready for review July 24, 2025 18:42
@sarnex sarnex requested a review from a team as a code owner July 24, 2025 18:42
Comment on lines 57 to 58
libdevice: &libdevice
- 'libdevice/**'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need a comment explaining why this doesn't depend on anything.

Copy link
Contributor Author

@sarnex sarnex Jul 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that what * means? if so i should probably add llvm clang and sycl

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that what * means?

Yes. I think it literally means something like "include"/copy, but for our purposes this is the representation of dependencies.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But they also are inter-dependent, I think. So maybe a better fix would be to just add libdevice directory under sycl, and change the caller to use sycl for libdevice tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do

Signed-off-by: Sarnie, Nick <[email protected]>
@sarnex sarnex temporarily deployed to WindowsCILock July 24, 2025 19:09 — with GitHub Actions Inactive
@sarnex sarnex temporarily deployed to WindowsCILock July 24, 2025 19:53 — with GitHub Actions Inactive
@sarnex sarnex merged commit 02a1d63 into intel:sycl Jul 24, 2025
33 of 40 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.

[CI] Detect changes job misses support for libdevice.
3 participants