Skip to content

[SYCL] Update UR tag for L0 synchronize fix #16629

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 3 commits into from
Jan 17, 2025
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 eaea885d5477c8936209175a5b00062ca44f5765
# Merge: af4ab49c 2a03334c
# commit 222e4b1d51536bb38e03e2000a79679af0a44a6d
# Merge: 30d183a0 28108a7e
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Thu Jan 16 14:30:47 2025 +0000
# Merge pull request #2569 from zhaomaosu/asan-only-warn-host-ptr
# [DevASAN] Only report warning if passing host ptr to kernel
set(UNIFIED_RUNTIME_TAG eaea885d5477c8936209175a5b00062ca44f5765)
# Date: Fri Jan 17 10:28:34 2025 +0000
# Merge pull request #2561 from Bensuo/ben/cmd-buffer-l0-fence
# [L0][CMDBUF] Optimize fence/event waits during update
set(UNIFIED_RUNTIME_TAG 222e4b1d51536bb38e03e2000a79679af0a44a6d)
Loading