Skip to content

Commit fcf7d02

Browse files
committed
[UR][L0] Propagate errors from USMAllocationMakeResident
This change ensures that USM allocation APIs don't return `UR_RESULT_SUCCESS` when an error occurs within `USMAllocationMakeResident`. Signed-off-by: Michael Aziz <[email protected]>
1 parent 1a12bea commit fcf7d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ if (NOT DEFINED UNIFIED_RUNTIME_LIBRARY OR NOT DEFINED UNIFIED_RUNTIME_INCLUDE_D
44
include(FetchContent)
55

66
# The UR tag should be from the 'adapters' branch
7-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
8-
set(UNIFIED_RUNTIME_TAG c791b8bba63af1c1880ae278e9d6df90021636dd)
7+
set(UNIFIED_RUNTIME_REPO "https://github.com/0x12CC/unified-runtime.git")
8+
set(UNIFIED_RUNTIME_TAG e5d6a91af7849e912d32548ce0a51ee360339410)
99

1010
set(UR_BUILD_ADAPTER_L0 ON)
1111
set(UMF_ENABLE_POOL_TRACKING ON)

0 commit comments

Comments
 (0)