From 1a159cf04306cf9dc57fd1f89df21d96615c5463 Mon Sep 17 00:00:00 2001 From: Aaron Greig Date: Fri, 27 Sep 2024 14:01:12 +0100 Subject: [PATCH] [UR] More accurate return codes for cl's ProgramCreateWithIL. --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index e4f3d3c9f01e4..a2d6190b8d6c3 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,15 +116,8 @@ 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 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(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG aaron/fixClCreateWithILReturns) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need