From 573e28b4085c89c1f65ab70da5d83d34ae9f0bb7 Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Thu, 8 Feb 2024 20:35:04 +0100 Subject: [PATCH] [UR] update UR commit (#12658) --- 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 6a91815bc890f..2ea2b2f37622a 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 1cd402ead34a54459a6acb85777fbec105a178a0 - # Merge: 5b89ee8b c8e150c5 + # commit 9babc4d092a92c1036791d26ef328e5eeaf19803 + # Merge: 3be8f205 90498ec5 # Author: aarongreig - # Date: Tue Feb 6 14:48:55 2024 +0000 - # Merge pull request #1218 from Bensuo/maxime/imm-cmd-list-support - # [EXP][CMDBUF] L0 Immediate command-list support - set(UNIFIED_RUNTIME_TAG 1cd402ead34a54459a6acb85777fbec105a178a0) + # Date: Thu Feb 8 15:44:54 2024 +0000 + # Merge pull request #1321 from pbalcer/adapter-compute-constructor + # [L0] move adapter init into its constructor from urAdapterGet + set(UNIFIED_RUNTIME_TAG 9babc4d092a92c1036791d26ef328e5eeaf19803) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")