From 372485af29223e6c3e021bb97d50e9b400bae24d Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Thu, 23 Jan 2025 16:06:13 -0800 Subject: [PATCH] [UR][L0]: fix missing destroy of event given enqueue wait out event -pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/2612 Signed-off-by: Neil R. Spruit --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 2 +- sycl/cmake/modules/UnifiedRuntimeTag.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 72841724fa01d..1483823428d9c 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,7 +116,7 @@ if(SYCL_UR_USE_FETCH_CONTENT) CACHE PATH "Path to external '${name}' adapter source dir" FORCE) endfunction() - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git") include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") diff --git a/sycl/cmake/modules/UnifiedRuntimeTag.cmake b/sycl/cmake/modules/UnifiedRuntimeTag.cmake index 5ba8a6aa938f1..22ad1ac520c42 100644 --- a/sycl/cmake/modules/UnifiedRuntimeTag.cmake +++ b/sycl/cmake/modules/UnifiedRuntimeTag.cmake @@ -4,4 +4,4 @@ # Date: Thu Jan 23 16:07:06 2025 +0000 # Merge pull request #2559 from Bensuo/fix_kernel_arg_indices # [CUDA][HIP] Fix kernel arguments being overwritten when added out of order -set(UNIFIED_RUNTIME_TAG b841691699393dd2375e987c3d38d5f59c3e35cf) +set(UNIFIED_RUNTIME_TAG ad5534f19e1f9def0af3a60d1a0206c06706db3a)