From acc56bb2f9eefb6297adb8e883a42e0a233464ff Mon Sep 17 00:00:00 2001 From: Maxime France-Pillois Date: Tue, 6 Feb 2024 15:56:05 +0000 Subject: [PATCH 1/2] [UR] Bump tag to 1cd402e --- sycl/plugins/unified_runtime/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 2aa0423e1e663..3eb87595dc0a6 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") - # commit 9363574db721d2388c7d76a10edb128764872352 - # Merge: 553a6b82 5e513738 - # Author: Kenneth Benzie (Benie) - # Date: Thu Feb 1 11:50:16 2024 +0000 - # Merge pull request #1302 from kbenzie/benie/cl-binary-type-intermediate - # [CL] Handle INTERMEDIATE binary type - set(UNIFIED_RUNTIME_TAG 9363574db721d2388c7d76a10edb128764872352) + # commit 1cd402ead34a54459a6acb85777fbec105a178a0 + # Merge: 5b89ee8b c8e150c5 + # 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) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") From 903977115d2de1a70a49675a3795c7c68e8ddbb0 Mon Sep 17 00:00:00 2001 From: Maxime France-Pillois Date: Tue, 6 Feb 2024 16:02:30 +0000 Subject: [PATCH 2/2] fixes tag --- sycl/plugins/unified_runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 4a333cf1715db..1d2e259b84f29 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,7 +56,7 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime") + set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") # commit 1cd402ead34a54459a6acb85777fbec105a178a0 # Merge: 5b89ee8b c8e150c5 # Author: aarongreig