Skip to content
10 changes: 5 additions & 5 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
# 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
Expand Down