-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Set preprocessor macros in integration header #4823
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
Predefines which need to be set for custom host compilation must be defined in integration header. Signed-off-by: Elizabeth Andrews <[email protected]>
Signed-off-by: Elizabeth Andrews <[email protected]>
Signed-off-by: Elizabeth Andrews <[email protected]>
Signed-off-by: Elizabeth Andrews <[email protected]>
Signed-off-by: Elizabeth Andrews <[email protected]>
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.
Changes look good to me. @premanandrao?
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.
Changes LGTM
@elizabethandrews, can you please address failures in buildbot/sycl-win-x64-pr? |
ping. |
Taking a look now. I'm not sure why adding a few defines in integration header affects compilation of headers. I've updated the workspace to see if that fixes it. If not, I guess I will have to build a windows workspace and test |
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.
Please, fix buildbot/sycl-win-x64-pr failures.
error when using custom host compiler 'cl' Signed-off-by: Elizabeth Andrews <[email protected]>
50f56d6
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.
Runtime changes LGTM.
Signed-off-by: Elizabeth Andrews <[email protected]>
036ef0a
Predefines which need to be set for custom host compilation
must be defined in integration header.
Signed-off-by: Elizabeth Andrews [email protected]