Skip to content

[NativeCPU] Use host data layout. #19544

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

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

hvdijk
Copy link
Contributor

@hvdijk hvdijk commented Jul 22, 2025

For compilations without an aux target, the data layout string is not used by us because it only appears in device libs where it will be overwritten when the device lib gets merged in.

For compilations with an aux target, the data layout string should be set to that of the aux target, the aux target may be relying on that.

For compilations without an aux target, the data layout string is not
used by us because it only appears in device libs where it will be
overwritten when the device lib gets merged in.

For compilations with an aux target, the data layout string should be
set to that of the aux target, the aux target may be relying on that.
@hvdijk hvdijk requested review from a team as code owners July 22, 2025 09:46
@hvdijk hvdijk temporarily deployed to WindowsCILock July 22, 2025 09:46 — with GitHub Actions Inactive
@hvdijk
Copy link
Contributor Author

hvdijk commented Jul 22, 2025

cc @steffenlarsen, this should avoid the need for #19532, can you check that this works as expected for you too?

@hvdijk
Copy link
Contributor Author

hvdijk commented Jul 25, 2025

Just a heads up that after today I will be on holiday, so if it can be reviewed today, great, otherwise if there is any feedback to address, it will have to wait a while.

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.

2 participants