From 8705ce8f70c965d6f0f9ed94ae19126da640c63e Mon Sep 17 00:00:00 2001 From: Maxime France-Pillois Date: Fri, 9 Feb 2024 12:29:30 +0000 Subject: [PATCH] Updates UR tag --- sycl/plugins/unified_runtime/CMakeLists.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 4c23e862edac2..5d17057597506 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -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 + # 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}")