Skip to content

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
AlexeySachkov pushed a commit to AlexeySachkov/llvm that referenced this pull request Aug 28, 2025
…opy (intel#19766)

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.
AlexeySachkov added a commit that referenced this pull request Sep 1, 2025
This is a combined cherry-pick of:

---

[DevSAN] Cache internal queue to avoid repeated create/destroy
(#19540)

Patch-By: Maosu Zhao <[email protected]>

---

[DevTSAN] Move AllocInfo into DeviceInfo to support indirect access
(#19634)

If we maintain AllocInfo in ContextInfo, this will cause the pointer
which is allocated by another context can't be poisoned.

Patch-By: Maosu Zhao <[email protected]>

---

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

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.

Patch-By: Maosu Zhao <[email protected]>
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