From a9fcef236eb798b1e52d4fdf65ca15853b05a51c Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Thu, 23 May 2024 11:04:31 +0100 Subject: [PATCH 1/2] [SYCL][Graph] Add debug logging for L0 Graph kernel update Bumps UR to Level Zero adapter change from https://github.com/oneapi-src/unified-runtime/pull/1654 --- sycl/plugins/unified_runtime/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 335bae656c3e6..39fe34dbc468a 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -109,8 +109,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) set(UNIFIED_RUNTIME_TAG 905804c2e93dd046140057fd07a5d6191063bedc) fetch_adapter_source(level_zero - ${UNIFIED_RUNTIME_REPO} - ${UNIFIED_RUNTIME_TAG} + "https://github.com/Bensuo/unified-runtime.git" + "ewan/debug_log_update" ) fetch_adapter_source(opencl From a9dd4c01ee238fc3e2fe6f5573c85a58dd5867d1 Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Thu, 30 May 2024 10:19:14 +0100 Subject: [PATCH 2/2] Update sycl/plugins/unified_runtime/CMakeLists.txt Co-authored-by: Kenneth Benzie (Benie) --- sycl/plugins/unified_runtime/CMakeLists.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 39fe34dbc468a..94b03157634b6 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -109,8 +109,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) set(UNIFIED_RUNTIME_TAG 905804c2e93dd046140057fd07a5d6191063bedc) fetch_adapter_source(level_zero - "https://github.com/Bensuo/unified-runtime.git" - "ewan/debug_log_update" + ${UNIFIED_RUNTIME_REPO} + # commit 1fa0d2302d70a9aa8b717ecb60db0a7d8a4e5d8f + # Merge: e16d01c0 35b7de5c + # Author: Kenneth Benzie (Benie) + # Date: Thu May 30 10:14:37 2024 +0100 + # Merge pull request #1654 from Bensuo/ewan/debug_log_update + # Debug logging in Level Zero command-buffer update + 1fa0d2302d70a9aa8b717ecb60db0a7d8a4e5d8f ) fetch_adapter_source(opencl