Skip to content

Commit acce3b7

Browse files
pbalcerkbenzie
andauthored
[UR][L0] multi-device event cache optimization (#12863)
Depends on #12230. --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 3d9664a commit acce3b7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +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-
61-
# commit a2757b2931daa2f8d7c9dd51b0fc846be1fd49a7
62-
# Merge: 9b936b5 + f78d369
60+
# commit 78e09f717f56ea8d6e5eb3aa1a22107cf58a8d41
61+
# Merge: e0393a45 8a5d6d39
6362
# Author: Kenneth Benzie (Benie) <[email protected]>
64-
# Date: Tue Feb 27 11:34:58 2024 +0000
65-
# Merge pull request #1254 from Bensuo/cmdbuf-support-hip
66-
# [EXP][CMDBUF] HIP adapter support for command buffers
67-
set(UNIFIED_RUNTIME_TAG a2757b2931daa2f8d7c9dd51b0fc846be1fd49a7 )
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)
6867

6968
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
7069
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)