From c3c4aae5095052dda36ea4530637343357974051 Mon Sep 17 00:00:00 2001 From: "Li, Ian" Date: Thu, 25 Jul 2024 10:51:22 -0700 Subject: [PATCH 1/2] Bump UR tag --- sycl/plugins/unified_runtime/CMakeLists.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 0096e2029a307..145569b2bbd14 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -99,14 +99,8 @@ 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 e161516663bd5d14d15532dfaba626d5cdf32ed8 - # Merge: 47633088 febb18bb - # Author: Kenneth Benzie (Benie) - # Date: Wed Jul 24 13:54:43 2024 +0100 - # Merge pull request #1521 from AllanZyne/review/yang/dg2 - # [DeviceSanitizer] Support GPU DG2 & GEN Device - set(UNIFIED_RUNTIME_TAG e161516663bd5d14d15532dfaba626d5cdf32ed8) + set(UNIFIED_RUNTIME_REPO "https://github.com/ianayl/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 7c4f45ff0d249816d56aa36a908bb6f949d20961) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO} From 1dabf4b4c7096d2a799b72f842be4b46bc84ae91 Mon Sep 17 00:00:00 2001 From: "Li, Ian" Date: Thu, 25 Jul 2024 12:42:43 -0700 Subject: [PATCH 2/2] Bump UR tag --- sycl/plugins/unified_runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 145569b2bbd14..ec36599479666 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -100,7 +100,7 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/ianayl/unified-runtime.git") - set(UNIFIED_RUNTIME_TAG 7c4f45ff0d249816d56aa36a908bb6f949d20961) + set(UNIFIED_RUNTIME_TAG 548cb9f321b2be777c0433120ca39ac1ddd667ea) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO}