diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 6da3439a84003..14a720f552562 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,12 +116,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit bc1a28ede0df7f837047b632e00437587672c134 + # commit 47ab963bfdc4e99cfb1ab7ab1ffd3219989f851f # Author: Omar Ahmed - # Date: Mon Jul 29 16:44:58 2024 +0100 - # Merge pull request #1819 from DBDuncan/sean/rename-interop-to-external - # [Bindless][Exp] Rename interop related structs/funcs with "external" - set(UNIFIED_RUNTIME_TAG bc1a28ede0df7f837047b632e00437587672c134) + # Date: Mon, 10 Jun 2024 17:27:17 +0100 + # Merge pull request #1790 from DBDuncan/duncan/host-to-device-img-map + # [Bindless][Exp] Create mapping of host and device handle + set(UNIFIED_RUNTIME_TAG 47ab963bfdc4e99cfb1ab7ab1ffd3219989f851f) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need