From a14d0b548e96014c643b00927be128193781769c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 10 Apr 2024 16:06:52 +0100 Subject: [PATCH] [UR] Bump Native CPU tag to e2b5b7fa (#13349) --- 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 aa24e3d18d2c8..8be53f4418865 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)