Skip to content

Commit

Permalink
Updates UR tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancepillois committed Feb 9, 2024
1 parent 6024463 commit 8705ce8
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/bensuo/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG maxime/events-reset-bugfix)
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)

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 8705ce8

Please sign in to comment.