Skip to content

[DevMSAN] Correctly apply stride for dest/src pointer when do async copy #19766

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
Aug 13, 2025

Conversation

zhaomaosu
Copy link
Contributor

Currently, we always define stride in elements when writing to destination pointer. However, according to spirv spec, the stride can only be applied to global ptr.

Currently, we always define stride in elements when writing to
destination pointer. However, according to spirv spec, the stride can
only be applied to global ptr.
@zhaomaosu zhaomaosu requested a review from a team as a code owner August 12, 2025 07:47
@zhaomaosu
Copy link
Contributor Author

Hi @intel/llvm-gatekeepers, this PR is ready to be merged. Thanks.

@uditagarwal97 uditagarwal97 merged commit 975c772 into intel:sycl Aug 13, 2025
28 checks passed
@zhaomaosu zhaomaosu deleted the msan-fix-group-async branch August 14, 2025 01:30
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