Skip to content

Commit

Permalink
[UR][L0] Allocate event pools efficiently in multi-device scenarios
Browse files Browse the repository at this point in the history
Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
  • Loading branch information
raiyanla authored and nrspruit committed Feb 9, 2024
1 parent 73d3473 commit a83390e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,8 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 47102cb2b275472054803a9399b5b977ef210b23
# Merge: 186bfb9d 2390664d
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Fri Feb 9 12:21:47 2024 +0000
# Merge pull request #1328 from Bensuo/maxime/events-reset-bugfix
# [EXP][CMDBUF] Reset events for multiple submissions (bugfix)
set(UNIFIED_RUNTIME_TAG 47102cb2b275472054803a9399b5b977ef210b23)
set(UNIFIED_RUNTIME_REPO "https://github.com/raiyanla/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG 92a0250439a4bff9f2ed7d30ab83e9e62a5e62b7)

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 a83390e

Please sign in to comment.