From 71b60e3c51074263af53923cf3fefac84367475b Mon Sep 17 00:00:00 2001 From: Winston Zhang Date: Tue, 9 Jul 2024 18:08:04 -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 | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 503f65d4afc00..95ec4eeaab3a9 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -99,18 +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") - # commit 658393fa28837ecc3dbe2901368ff91f526e8ff5 - # Merge: 5be5aa49 649c5f04 - # Author: Kenneth Benzie (Benie) - # Date: Tue Jul 9 11:20:06 2024 +0100 - # Merge pull request #1814 from nrspruit/fix_l0_queue_cts - # [L0] Fix Queue get info and fix Queue release decrement - set(UNIFIED_RUNTIME_TAG 658393fa28837ecc3dbe2901368ff91f526e8ff5) + 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 dfb7663ae538b97d28a4859e96222caf71601f28) fetch_adapter_source(level_zero - ${UNIFIED_RUNTIME_REPO} - ${UNIFIED_RUNTIME_TAG} + https://github.com/winstonzhang-intel/unified-runtime.git + dfb7663ae538b97d28a4859e96222caf71601f28 ) fetch_adapter_source(opencl