From 4ad4768858e8bb051aa477bdd4e1d7433d027362 Mon Sep 17 00:00:00 2001 From: Krzysztof Swiecicki Date: Fri, 29 Sep 2023 13:58:57 +0200 Subject: [PATCH] [SYCL][UR][L0] Update L0 adapter sources --- 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 def19a4151124..6ed89f3be9b62 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,14 +56,8 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime") - # commit 9363574db721d2388c7d76a10edb128764872352 - # Merge: 553a6b82 5e513738 - # Author: Kenneth Benzie (Benie) - # Date: Thu Feb 1 11:50:16 2024 +0000 - # Merge pull request #1302 from kbenzie/benie/cl-binary-type-intermediate - # [CL] Handle INTERMEDIATE binary type - set(UNIFIED_RUNTIME_TAG 9363574db721d2388c7d76a10edb128764872352) + set(UNIFIED_RUNTIME_REPO "https://github.com/kswiecicki/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 350a5dc2345c3fa30dbe07069bb36982b3e72226) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")