Skip to content

Commit

Permalink
[UR] Bump tag to dcec3feb
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenzie committed Dec 14, 2023
1 parent b4304a4 commit 09814ed
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/jandres742/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG 9fc2c2ebd60b97f1b8f4a5c3a6ac51eed5a5c460)
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit dcec3feb7912be6e6fb1a8ef268b2d61afe759c5
# Merge: 4424195c 9fc2c2eb
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu Dec 14 17:54:55 2023 +0000
# Merge pull request #1061 from jandres742/updateL0loader
# [UR][L0] Upgrade L0 loader to v1.15.1
set(UNIFIED_RUNTIME_TAG dcec3feb7912be6e6fb1a8ef268b2d61afe759c5)

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 09814ed

Please sign in to comment.