forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UR] Bump for V2 de-virtual-ing events
- Loading branch information
1 parent
70f92a0
commit b86111f
Showing
1 changed file
with
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# commit 3a1b4c7b9ba952fad6f6ad36c01101bbf368347b | ||
# Merge: c270a6b8 264d0468 | ||
# Author: Kenneth Benzie (Benie) <[email protected]> | ||
# Date: Tue Jan 28 15:16:58 2025 +0000 | ||
# Merge pull request #2594 from kbenzie/benie/cl-core-functions-no-dlopen | ||
# Fix invalid use of dlopen() | ||
set(UNIFIED_RUNTIME_TAG 3a1b4c7b9ba952fad6f6ad36c01101bbf368347b) | ||
set(UNIFIED_RUNTIME_REPO "https://github.com/RossBrunton/unified-runtime.git") | ||
# commit a7cd75633517d96f87ea2172f95549a3d1e5c1bd | ||
# Author: Ross Brunton <[email protected]> | ||
# Date: Tue Jan 28 13:17:06 2025 +0000 | ||
# Don't use inheritence for L0 V2 event handles | ||
# | ||
# In the future, we are going to require that handle objects have no | ||
# vtable, so this change combines "native" and "pooled" event into one | ||
# class. A variant is used to determine whether the event is native or | ||
# pooled. | ||
# | ||
# For consistency, parameter order in constructors have been changed to | ||
# always start with the context. | ||
set(UNIFIED_RUNTIME_TAG a7cd75633517d96f87ea2172f95549a3d1e5c1bd) |