diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index da1a3cf7837f2..6218ebdb08276 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 78e09f717f56ea8d6e5eb3aa1a22107cf58a8d41 - # Merge: e0393a45 8a5d6d39 - # Author: Kenneth Benzie (Benie) - # Date: Thu Feb 29 12:49:08 2024 +0000 - # Merge pull request #1392 from pbalcer/event-cache-different-fix - # [L0] Event cache different fix - set(UNIFIED_RUNTIME_TAG 78e09f717f56ea8d6e5eb3aa1a22107cf58a8d41) + set(UNIFIED_RUNTIME_REPO "https://github.com/kbenzie/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG benie/batch-2024-03-05) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")