Skip to content

[SYCL][NativeCPU] Fix alignment of global and local memory. #19076

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 1 commit into from
Jun 19, 2025

Conversation

hvdijk
Copy link
Contributor

@hvdijk hvdijk commented Jun 19, 2025

For parameters, we were inferring a suitable alignment from the requested size, but for global and local memory we were not doing the same.

Ideally we would keep track of what alignment we need, but UR does not expose this information to us so assume the worst.

For parameters, we were inferring a suitable alignment from the
requested size, but for global and local memory we were not doing the
same.

Ideally we would keep track of what alignment we need, but UR does not
expose this information to us so assume the worst.
@hvdijk hvdijk requested a review from a team as a code owner June 19, 2025 14:10
@hvdijk hvdijk temporarily deployed to WindowsCILock June 19, 2025 14:10 — with GitHub Actions Inactive
@hvdijk hvdijk temporarily deployed to WindowsCILock June 19, 2025 14:29 — with GitHub Actions Inactive
@hvdijk hvdijk temporarily deployed to WindowsCILock June 19, 2025 14:29 — with GitHub Actions Inactive
@hvdijk
Copy link
Contributor Author

hvdijk commented Jun 19, 2025

@intel/llvm-gatekeepers This can be merged, thanks.

@ldrumm ldrumm merged commit 72829cd into intel:sycl Jun 19, 2025
34 checks passed
@hvdijk hvdijk deleted the nativecpu-align branch June 19, 2025 16:05
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.

3 participants