diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 2fec2b61007be..e4f3d3c9f01e4 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 7ecf64d60c31cd72bd88588498536d067bad59d6 - # Merge: 17aa04d3 6eb5208b - # Author: aarongreig - # Date: Wed Sep 25 11:14:47 2024 +0100 - # Merge pull request #1996 from frasercrmck/ur-max-wg-size-props - # Add two new properties to ur_kernel_group_info_t - set(UNIFIED_RUNTIME_TAG 7ecf64d60c31cd72bd88588498536d067bad59d6) + # commit 2ad32681efd2c977f2c1f7f3a30d572d4c15499c + # Author: Hugh Delaney + # Date: Wed Sep 25 15:55:05 2024 +0100 + # Associate queue with device in context (#1992) + # Making a native queue doesn't require hDevice to be non null, but this + # associates the queue with a null device, even if hContext contains valid + # devices. + set(UNIFIED_RUNTIME_TAG 2ad32681efd2c977f2c1f7f3a30d572d4c15499c) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need