From a4bb6b8878a21220c1a88f7fdabc338054ee21ba Mon Sep 17 00:00:00 2001 From: "Spruit, Neil R" Date: Tue, 30 Jan 2024 16:20:38 -0800 Subject: [PATCH] [UR][L0] Cleanup Queue at Release unconditionally and reset command list after failure - pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/1300 Signed-off-by: Spruit, Neil R --- sycl/plugins/unified_runtime/CMakeLists.txt | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 2ea2b2f37622a..9621086e076e6 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,15 +56,9 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 9babc4d092a92c1036791d26ef328e5eeaf19803 - # Merge: 3be8f205 90498ec5 - # Author: aarongreig - # Date: Thu Feb 8 15:44:54 2024 +0000 - # Merge pull request #1321 from pbalcer/adapter-compute-constructor - # [L0] move adapter init into its constructor from urAdapterGet - set(UNIFIED_RUNTIME_TAG 9babc4d092a92c1036791d26ef328e5eeaf19803) - + set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 24066e4aafd64db0b0f75495d4492a41f768ba0f) + if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") endif()