diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 5d17057597506..a43de37c8af16 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -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 - # 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}")