From ba7b0848bd1b8d73a3fb7402de2fc21a4423d23c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 6 Dec 2023 17:28:55 +0000 Subject: [PATCH] [UR] Bump tag to ce4acbc4 Combines the changes of the follow Unified Runtime pull requests: * https://github.com/oneapi-src/unified-runtime/pull/1108 * https://github.com/oneapi-src/unified-runtime/pull/988 * https://github.com/oneapi-src/unified-runtime/pull/1071 * https://github.com/oneapi-src/unified-runtime/pull/916 * https://github.com/oneapi-src/unified-runtime/pull/1099 --- 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 9b806cfe1e9c..f56b90b588c4 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 67e7da33596c597ef79d940223d372583a78bb2b - # Merge: 9b1fb4e9 f0e0be24 + # commit ce4acbc4e479c3e8c591f345f7ba30345a8a2a40 + # Merge: 76aaf05c 28590a82 # Author: Kenneth Benzie (Benie) - # Date: Tue Dec 5 10:46:45 2023 +0000 - # Merge pull request #999 from hdelan/hip-adapter-multi-dev-ctx - # [HIP] Hip adapter multi dev ctx - set(UNIFIED_RUNTIME_TAG 67e7da33596c597ef79d940223d372583a78bb2b) + # Date: Wed Dec 6 17:13:51 2023 +0000 + # Merge pull request #1099 from jandres742/largeallocations + # [UR][L0] Unify use of large allocation in L0 adapter + set(UNIFIED_RUNTIME_TAG ce4acbc4e479c3e8c591f345f7ba30345a8a2a40) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")