From bdcd2c9e878e196f169a21a7685ed9e63ebc9023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Mestre?= Date: Wed, 15 Nov 2023 11:16:28 +0000 Subject: [PATCH] Update UR Repo and Tag --- sycl/plugins/unified_runtime/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index af3e1397b3a6f..d789a0a1288ba 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,13 +56,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 659d3f469faa99a886fa680a3d6d20449b109578 - # Merge: 192e9404 f94550b4 + # commit 534071e52f84bad1dd7fb210a360414507f3b3ae + # Merge: 9fc82304 d164792b # Author: Kenneth Benzie (Benie) - # Date: Tue Nov 14 16:45:24 2023 +0000 - # Merge pull request #1059 from martygrant/martin/moveNativeCPUAdapterToUR - # [NATIVECPU] Move Native CPU adapter to UR. - set(UNIFIED_RUNTIME_TAG 659d3f469faa99a886fa680a3d6d20449b109578) + # Date: Wed Nov 15 10:51:54 2023 +0000 + # Merge pull request #1077 from fabiomestre/fabio/combines_fixes_cuda_hip + # [CUDA][HIP] Combined CTS Fixes + set(UNIFIED_RUNTIME_TAG 534071e52f84bad1dd7fb210a360414507f3b3ae) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")