Skip to content

Conversation

@AlexeySachkov
Copy link
Contributor

@AlexeySachkov AlexeySachkov commented Aug 25, 2025

This is a combined cherry-pick of:


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

Patch-By: Maosu Zhao maosu.zhao@intel.com


[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 maosu.zhao@intel.com


[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 maosu.zhao@intel.com

…ntel#19634)

If we maintain AllocInfo in ContextInfo, this will cause the pointer
which is allocated by another context can't be poisoned.
@AlexeySachkov AlexeySachkov force-pushed the private/asachkov/cherry-pick-19634 branch from 5abf1f2 to 224e9fe Compare August 25, 2025 10:32
@AlexeySachkov
Copy link
Contributor Author

Force-push to incorporate fixes from #19870 to get green UR pre-commit

@AlexeySachkov
Copy link
Contributor Author

Failed Tests (1):
  SYCL :: SpecConstants/2020/nested-non-packed-struct.cpp

This is a known failure reported in #17650

…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 AlexeySachkov merged commit 69c3b9f into intel:sycl-rel-6_3 Sep 1, 2025
32 checks passed
@AlexeySachkov AlexeySachkov deleted the private/asachkov/cherry-pick-19634 branch September 1, 2025 09:26
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