-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Driver] Enable splitting of ESIMD code in sycl-post-link #3086
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
We split ESIMD and SYCL code by default unless -fintelfpga is provided.
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.
What is the expected/desired behavior for separate ESIMD split when -fsycl-device-code-split=off
is used? Is this going to be encapsulated by the post-link tool, or should some driver-level diagnostics be provided?
This is fine. Both |
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.
LGTM overall. I'd defer the final approval to @mdtoguchi, especially since a new option is being added.
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.
LGTM. But we really need @mdtoguchi to take a look at this too.
@mdtoguchi is on vacation. @hchilama, please review on Mike's behalf. |
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.
@DenisBakhvalov - JFYI, looks like this unrelated change somehow sneaked into your patch
Please disregard. This - 9afe27f - is a merge/rebase I guess. Does not show up in the patch actually. |
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.
LGTM
We split ESIMD and SYCL code by default unless -fintelfpga
is provided.