From 6877d903adf537f2e77f088eb310fb1af5dd4287 Mon Sep 17 00:00:00 2001 From: Winston Zhang Date: Tue, 2 Jul 2024 10:18:33 -0700 Subject: [PATCH] [UR] Phase 2 of counter-based event implementation PR in UR: https://github.com/oneapi-src/unified-runtime/pull/1698 Signed-off-by: Winston Zhang --- sycl/plugins/unified_runtime/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 252deba45219a..1bc21e715f75c 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -99,17 +99,17 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) CACHE PATH "Path to external '${name}' adapter source dir" FORCE) endfunction() - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + set(UNIFIED_RUNTIME_REPO "https://github.com/winstonzhang-intel/unified-runtime.git") # commit aaf08109f2a05adb61f50478824ae2739526daee # Author: Ben Tracy # Date: Mon Jun 17 14:49:53 2024 +0100 # [CMDBUF] Fix coverity issue in command buffers # - Fix incorrect conditions for copy engine usage that were reported on coverity. - set(UNIFIED_RUNTIME_TAG aaf08109f2a05adb61f50478824ae2739526daee) + set(UNIFIED_RUNTIME_TAG caeceb4c282c88aa1c8b93ffe56cbc0ad7ae4041) fetch_adapter_source(level_zero - ${UNIFIED_RUNTIME_REPO} - ${UNIFIED_RUNTIME_TAG} + https://github.com/winstonzhang-intel/unified-runtime.git + caeceb4c282c88aa1c8b93ffe56cbc0ad7ae4041 ) fetch_adapter_source(opencl