Skip to content

Commit

Permalink
Update UR commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongreig committed Feb 12, 2024
1 parent a83390e commit cb5ead3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,14 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/raiyanla/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG 92a0250439a4bff9f2ed7d30ab83e9e62a5e62b7)
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit be849b2f745fc525cf77bc2fe42c469751093706
# Merge: 47102cb2 92a02504
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Mon Feb 12 10:01:50 2024 +0000
# Merge pull request #1324 from raiyanla/event-opt
# [L0] Allocate event pools efficiently in multi-device scenarios
set(UNIFIED_RUNTIME_TAG be849b2f745fc525cf77bc2fe42c469751093706)

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 cb5ead3

Please sign in to comment.