diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 486bdfc05fd7..c1d656ab4d15 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 418ad5354ca24a6dfbd01df803949855b7a6c3dd - # Merge: d99d5f74 26682290 - # Author: Kenneth Benzie (Benie) - # Date: Thu Mar 14 10:19:56 2024 +0000 - # Merge pull request #1365 from Bensuo/maxime/improve-L0-cmd-buffer-enqueing - # [EXP][CMDBUF] Move event reset commands to dedicated cmd-list - set(UNIFIED_RUNTIME_TAG 418ad5354ca24a6dfbd01df803949855b7a6c3dd) + set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG a00865d4d77402fb0add5a7e5355ed49019e352d ) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")