From 5cdc096e59daeee86685f616db6036f82fa2a757 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 8 Nov 2023 18:00:19 +0000 Subject: [PATCH] [UR] Bump to ec7982bac6cb3a6b9ed610cd6b7cb41fcbc780dc (#11811) Combines the following L0 changes: * https://github.com/oneapi-src/unified-runtime/pull/1033 * https://github.com/oneapi-src/unified-runtime/pull/1028 * https://github.com/oneapi-src/unified-runtime/pull/1022 --- sycl/plugins/unified_runtime/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 2fae1c7a516f7..1d4d0c52caa19 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -54,13 +54,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 612a263613b235b0257fcaf2f128fc61b06e0c24 - # Merge: 7db941d 55409e4 + # commit ec7982bac6cb3a6b9ed610cd6b7cb41fcbc780dc + # Merge: 62e6d2f9 5fb82924 # Author: Kenneth Benzie (Benie) - # Date: Tue Nov 7 10:21:37 2023 +0000 - # Merge pull request #1011 from fabiomestre/fabio/fix_opencl_leak - # [OpenCL] Fix memory leak - set(UNIFIED_RUNTIME_TAG 612a263613b235b0257fcaf2f128fc61b06e0c24) + # Date: Wed Nov 8 13:32:46 2023 +0000 + # Merge pull request #1022 from 0x12CC/l0_usm_error_checking_2 + # [UR][L0] Propagate OOM errors from `USMAllocationMakeResident` + set(UNIFIED_RUNTIME_TAG ec7982bac6cb3a6b9ed610cd6b7cb41fcbc780dc) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")