From d3af95970bf7f53af90174a3ae2c7c9e7f35b254 Mon Sep 17 00:00:00 2001 From: Aaron Greig Date: Wed, 31 Jan 2024 10:40:12 +0000 Subject: [PATCH] Pull in changes from UR PR #1215 for testing --- 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 af56733f4b72f..bdcebbdafa1ac 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 3225b822b5d8cbfa85d7fc1bd5a5bf96e5bb8c1a - # Merge: edb281f3 5fc41099 - # Author: Kenneth Benzie (Benie) - # Date: Tue Jan 30 12:31:44 2024 +0000 - # Merge pull request #1168 from Seanst98/sean/unique-addr-mode-per-dim-adapters - # [Bindless][CUDA] Unique addressing modes per dimension - set(UNIFIED_RUNTIME_TAG 3225b822b5d8cbfa85d7fc1bd5a5bf96e5bb8c1a) + set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime") + set(UNIFIED_RUNTIME_TAG aaron/miscCLCtsFixes) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")