From 4e35737f12de74a6a3822beaeaa936d25e02a3b6 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Thu, 5 Sep 2024 16:04:33 -0700 Subject: [PATCH] [UR][L0] Refactor to remove default constructor inits -pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/2063 Signed-off-by: Neil R. Spruit --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index d3da2e00062b2..ed111be7f00e6 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,14 +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") + set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git") # commit b766009add8dc41ad03e2a63be9f6ed40eea4c55 (HEAD, origin/main, origin/HEAD) # Merge: 608e9184 c3c57284 # Author: Omar Ahmed # Date: Tue Aug 27 16:30:04 2024 +0100 # Merge pull request #2011 from nrspruit/fix_opencl_usm_align_check # [OpenCL] Fix USM alignment error check to occur always and return nulllptr - set(UNIFIED_RUNTIME_TAG b766009add8dc41ad03e2a63be9f6ed40eea4c55) + set(UNIFIED_RUNTIME_TAG 685973d0da70baf6ef405b5c8e4573a839e150c9) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need