Skip to content

Commit b49a262

Browse files
nrspruitkbenzie
andauthored
[UR][L0] Create/Destroy Adapter Handle during lib init (#12946)
pre-commit commit for oneapi-src/unified-runtime#1419 --------- Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com> Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
1 parent 49853c6 commit b49a262

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit 78e09f717f56ea8d6e5eb3aa1a22107cf58a8d41
61-
# Merge: e0393a45 8a5d6d39
60+
# commit 93902794c09f1c8cb5163089f0eacfe55c1f1b86
61+
# Merge: cc268e58 5518b489
6262
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
63-
# Date: Thu Feb 29 12:49:08 2024 +0000
64-
# Merge pull request #1392 from pbalcer/event-cache-different-fix
65-
# [L0] Event cache different fix
66-
set(UNIFIED_RUNTIME_TAG 78e09f717f56ea8d6e5eb3aa1a22107cf58a8d41)
63+
# Date: Fri Mar 8 09:48:44 2024 +0000
64+
# Merge pull request #1419 from nrspruit/main_l0_adapter_release_lib
65+
# [L0] Create/Destroy Adapter Handle during lib init
66+
set(UNIFIED_RUNTIME_TAG 93902794c09f1c8cb5163089f0eacfe55c1f1b86)
6767

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)