From 2005dd4c17b045a8d20efcf68de5755ff84ca583 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 10 Apr 2024 14:23:54 +0100 Subject: [PATCH] [UR] Bump Native CPU tag to e2b5b7fa --- sycl/plugins/unified_runtime/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 64f0bb1485107..c7a3a24da6aa2 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -136,7 +136,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) fetch_adapter_source(native_cpu ${UNIFIED_RUNTIME_REPO} - ${UNIFIED_RUNTIME_TAG} + # commit e2b5b7fafa8721bfcd46426623adc2b586bacf56 + # Merge: cda0cd94 d05476f4 + # Author: Kenneth Benzie (Benie) + # Date: Wed Apr 10 14:22:28 2024 +0100 + # Merge pull request #1345 from lplewa/native_cpu_log + # Refactor native cpu adapter to new logger + e2b5b7fafa8721bfcd46426623adc2b586bacf56 ) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)