From 01fe96c9c1fa2df6d3f4467c6fd832789e3a9ecd Mon Sep 17 00:00:00 2001 From: pbalcer Date: Wed, 17 Jan 2024 15:24:34 +0100 Subject: [PATCH] [UR][L0] move platform cache into the adapter structure Testing UR patch. --- 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 8d7f2f32b4158..a2c9a9d91b308 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.git") - # commit 79c28d0f0713f58358d5080653d95803fd131749 - # Merge: 25e0b603 45d76b78 - # Author: aarongreig - # Date: Fri Jan 12 16:14:44 2024 +0000 - # Merge pull request #1186 from hdelan/device-global-hip - # [HIP] Add support for global variable read write - set(UNIFIED_RUNTIME_TAG 79c28d0f0713f58358d5080653d95803fd131749) + set(UNIFIED_RUNTIME_REPO "https://github.com/pbalcer/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG d35ea940b0a34d87b05faf19e9fbbce74ab88531) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")