Skip to content
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

[UR][DeviceASAN] Bugfix for mmap #16466

Merged
merged 4 commits into from
Dec 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# commit 232e62f5221d565ec40d051d3c640b836ca91244
# Merge: 76a96238 59b37e3f
# commit 93fc1331edfd5519ea1fab42a8b96abe9e53672f
# Merge: 259b67db d2c04518
# Author: aarongreig <[email protected]>
# Date: Mon Dec 23 18:26:58 2024 +0000
# Merge pull request #2498 from Bensuo/fabio/fix_l0_old_loader_no_translate
# Update usage of zeCommandListImmediateAppendCommandListsExp to use dlsym
set(UNIFIED_RUNTIME_TAG 232e62f5221d565ec40d051d3c640b836ca91244)
# Date: Thu Dec 26 16:52:33 2024 +0000
# Merge pull request #2402 from yingcong-wu/yc/1202-mmap-failure
# [DevASAN][CPU] bugfix for mmap return value check.
set(UNIFIED_RUNTIME_TAG 93fc1331edfd5519ea1fab42a8b96abe9e53672f)
Loading