Skip to content

Commit

Permalink
[UR][L0] multi-device event cache optimization (#12863)
Browse files Browse the repository at this point in the history
Depends on #12230.

---------

Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
  • Loading branch information
pbalcer and kbenzie committed Mar 7, 2024
1 parent 3d9664a commit acce3b7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")

# commit a2757b2931daa2f8d7c9dd51b0fc846be1fd49a7
# Merge: 9b936b5 + f78d369
# commit 78e09f717f56ea8d6e5eb3aa1a22107cf58a8d41
# Merge: e0393a45 8a5d6d39
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Tue Feb 27 11:34:58 2024 +0000
# Merge pull request #1254 from Bensuo/cmdbuf-support-hip
# [EXP][CMDBUF] HIP adapter support for command buffers
set(UNIFIED_RUNTIME_TAG a2757b2931daa2f8d7c9dd51b0fc846be1fd49a7 )
# Date: Thu Feb 29 12:49:08 2024 +0000
# Merge pull request #1392 from pbalcer/event-cache-different-fix
# [L0] Event cache different fix
set(UNIFIED_RUNTIME_TAG 78e09f717f56ea8d6e5eb3aa1a22107cf58a8d41)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down

0 comments on commit acce3b7

Please sign in to comment.