From d7a3e3079614191809e4ab73ad27d2de0c00403d Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Wed, 11 Sep 2024 17:07:54 +0100 Subject: [PATCH] [NATIVECPU] Add UR_DEVICE_INFO_MAX_WORK_GROUP_SIZE for device info --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index ee302b87e4b01..a5f02d0aff792 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,15 +116,14 @@ 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") - # commit 00f958f375205fd86309f95b925141cf664ff955 - # Merge: cc2d5909 98a67a2e - # Author: aarongreig - # Date: Wed Oct 2 09:51:21 2024 +0100 - # Merge pull request #2139 from nrspruit/zeHandle_copy_dependencies - # [L0] Pass and track event dependencies required before executing Memory - # Copy buffer inits - set(UNIFIED_RUNTIME_TAG 00f958f375205fd86309f95b925141cf664ff955) + + set(UNIFIED_RUNTIME_REPO "https://github.com/coldav/unified-runtime.git") + # commit b3ebaafa15f894d30c3750f7dfc8d786269d9631 + # Author: Colin Davidson + # Date: Wed Sep 11 16:47:02 2024 +0100 + # + # [NATIVECPU] Add UR_DEVICE_INFO_MAX_WORK_GROUP_SIZE for device info + set(UNIFIED_RUNTIME_TAG colin/device_info_max_sub_groups) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need