From b5a26cc20217bd95198ab9ba43430f0709612211 Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Thu, 29 Feb 2024 10:35:15 +0000 Subject: [PATCH 1/2] [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}") From 403ab4aee01dd1a9fb24994a8cb80822ca5c2cf9 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 1 Mar 2024 11:26:11 +0000 Subject: [PATCH 2/2] [UR] Bump tag to 78e09f71 --- 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 b3d92647363f1..da1a3cf7837f2 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/pbalcer/unified-runtime.git") - set(UNIFIED_RUNTIME_TAG 8a5d6d397cf036b832ff9e909dbfb5d269e57212 ) + 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) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")