diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index d6d226dc7df07..17797d3b542ad 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 0342c95cbe1dae72e874821698b3726dbe3db284 - # Merge: d7e0fad5 a4c6e912 + # commit b0c64c8154a4b6ddf2442d944239e3d5e5ebda82 + # Merge: 8a620c09 5b22193d # Author: Omar Ahmed - # Date: Thu Aug 15 17:50:02 2024 +0100 - # Merge pull request #1953 from aarongreig/aaron/changeDeviceCreateWithNativeParam - # Change urDeviceCreateWithNativeHandle to take an adapter handle. - set(UNIFIED_RUNTIME_TAG 0342c95cbe1dae72e874821698b3726dbe3db284) + # Date: Fri Aug 16 14:27:24 2024 +0100 + # Merge pull request #1983 from nrspruit/fix_coverity_l0_2 + # [L0] Fixed program info binary size query and fix program handle init + set(UNIFIED_RUNTIME_TAG b0c64c8154a4b6ddf2442d944239e3d5e5ebda82) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need