-
Notifications
You must be signed in to change notification settings - Fork 798
[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
Conversation
Signed-off-by: Sarnie, Nick <[email protected]>
Signed-off-by: Sarnie, Nick <[email protected]>
This reverts commit 26c5c3f.
libdevice: &libdevice | ||
- 'libdevice/**' |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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]>
We check this in the windows/linux build workflows but we never set it, so use the existing
sycl
specifier.Closes: #19573