-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL] Use inline
in device definition of _invalid_parameter
#18451
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
base: sycl
Are you sure you want to change the base?
Conversation
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 thought this version doesn't help with the error downstream... Ian, can you confirm it's fixed?
@aelovikov-intel This was the version that fixed the downstream kmeans build failures, I later realized me not being able to replicate was because of my environment. I am testing to see if this'll also fix post commit: https://github.com/intel/llvm/actions/runs/15026620724 |
Header definitions should be
inline
to avoid multiple definitions error.