From 1ad4294afb9cc4195f8d2f117655d3f41742f991 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Wed, 2 Oct 2024 07:54:19 -0700 Subject: [PATCH] =?UTF-8?q?[UR][L0]=20Pass=20and=20track=20event=20depende?= =?UTF-8?q?ncies=20required=20before=20executing=20=E2=80=A6=20(#15559)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …Memory Copy buffer inits -pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/2139 --------- Signed-off-by: Neil R. Spruit Co-authored-by: Aaron Greig --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index ee17573ba6bb7..ee302b87e4b01 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -117,13 +117,14 @@ if(SYCL_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 0247d0966ca8c5d1e3245f375e48e6c997bed9af - # Merge: 675dd292 04ffc909 + # commit 00f958f375205fd86309f95b925141cf664ff955 + # Merge: cc2d5909 98a67a2e # Author: aarongreig - # Date: Tue Oct 1 17:10:58 2024 +0100 - # Merge pull request #2154 from npmiller/fix-graph-exce - # [CUDA][HIP] Fix exceptions throwing from adapter - set(UNIFIED_RUNTIME_TAG 0247d0966ca8c5d1e3245f375e48e6c997bed9af) + # Date: Wed Oct 2 09:51:21 2024 +0100 + # Merge pull request #2139 from nrspruit/zeHandle_copy_dependencies + # [L0] Pass and track event dependencies required before executing Memory + # Copy buffer inits + set(UNIFIED_RUNTIME_TAG 00f958f375205fd86309f95b925141cf664ff955) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need