From 9c83b2f8b0529f5a7eeeb8f6828dc165129355bb Mon Sep 17 00:00:00 2001 From: Aaron Greig Date: Thu, 26 Sep 2024 13:33:56 +0100 Subject: [PATCH] [UR] Pull in changes from UR PR 1190 to refactor hip adapter error handling. --- 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..0ba98f8a537a4 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/refactorHipEnqueueErrors) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need