forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DeviceMSAN] Fix empty kernel (intel#16478)
UR: oneapi-src/unified-runtime#2508 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# commit f0b35200c07e6a15766ba75d01a3c176d42a2429 | ||
# Merge: 545a01bae624 ceb0465d4090 | ||
# Author: Martin Grant <martin.morrisongrant@codeplay.com> | ||
# Date: Mon Jan 6 09:51:26 2025 +0000 | ||
# Merge pull request #2519 from oneapi-src/revert-2481-fabio/fix_potential_race_condition | ||
# Revert "Fix potential deadlock in the WaitEvent path of CmdBuffers" | ||
set(UNIFIED_RUNTIME_TAG f0b35200c07e6a15766ba75d01a3c176d42a2429) | ||
# commit 75745a910cb7197de6e214c1f23c544895afbbb7 | ||
# Merge: 0eb08b67 5a7d8fa0 | ||
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com> | ||
# Date: Mon Jan 6 11:21:29 2025 +0000 | ||
# Merge pull request #2508 from AllanZyne/review/yang/fix_msan_empty_kernel | ||
# [DeviceMSAN] Fix empty kernel | ||
set(UNIFIED_RUNTIME_TAG 75745a910cb7197de6e214c1f23c544895afbbb7) |