From b5a26cc20217bd95198ab9ba43430f0709612211 Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Thu, 29 Feb 2024 10:35:15 +0000 Subject: [PATCH] [UR][L0] multi-device event cache optimization --- sycl/plugins/unified_runtime/CMakeLists.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 0a834a1766b91..b3d92647363f1 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 91c6068bb581acf72f02f1284ab0464ec4f03e34 - # Merge: de328246 89ad3408 - # Author: Kenneth Benzie (Benie) - # Date: Fri Feb 23 13:39:03 2024 +0000 - # Merge pull request #1274 from isaacault/iault/image_array_copy - # [Bindless][Exp] Add Support For Image Arrays - set(UNIFIED_RUNTIME_TAG 91c6068bb581acf72f02f1284ab0464ec4f03e34 ) + set(UNIFIED_RUNTIME_REPO "https://github.com/pbalcer/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 8a5d6d397cf036b832ff9e909dbfb5d269e57212 ) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")