Skip to content

[Driver][SYCL] Enable multi-file for AOT #3609

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 8 commits into from
Apr 30, 2021

Conversation

mdtoguchi
Copy link
Contributor

When dealing with AOT compilations, we explicitly turned off multi-file
processing. This behavior was preventing kernel name table generation.
This effectively makes multi-file the default for all modes.

When dealing with AOT compilations, we explicitly turned off multi-file
processing.  This behavior was preventing kernel name table generation.
This effectively makes multi-file the default for all modes.
@mdtoguchi mdtoguchi requested a review from AGindinson as a code owner April 23, 2021 19:33
@mdtoguchi
Copy link
Contributor Author

/summary:run

@AGindinson AGindinson requested a review from kbobrovs April 26, 2021 09:36
Copy link
Contributor

@AGindinson AGindinson left a comment

Choose a reason for hiding this comment

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

The implementation LGTM - still, I'd appreciate if @kbobrovs could take a look as well.

@dm-vodopyanov
Copy link
Contributor

@mdtoguchi, can you please resolve CI failure, resolve merge conflict and proceed with asking for a review as soon as possible?

types::ID PostLinkOutType = isNVPTX || !MultiFileActionDeps
? types::TY_LLVM_BC
: types::TY_Tempfiletable;
types::ID PostLinkOutType =
Copy link
Contributor

Choose a reason for hiding this comment

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

please update the picture and the doc

@bader bader requested review from kbobrovs and AGindinson April 30, 2021 07:34
AGindinson
AGindinson previously approved these changes Apr 30, 2021
@bader bader merged commit a0099a5 into intel:sycl Apr 30, 2021
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.

5 participants