From af70445b1b7bb3b14915750ebfc656815b05ae7c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 24 Nov 2023 16:35:19 +0000 Subject: [PATCH] [UR] Bump tag to 41228d30 Combines the follow UR changes: * https://github.com/oneapi-src/unified-runtime/pull/1037 * https://github.com/oneapi-src/unified-runtime/pull/1097 * https://github.com/oneapi-src/unified-runtime/pull/1106 * https://github.com/oneapi-src/unified-runtime/pull/1039 * https://github.com/oneapi-src/unified-runtime/pull/993 * https://github.com/oneapi-src/unified-runtime/pull/1088 Depends on https://github.com/intel/llvm/pull/11893 merging first. --- sycl/plugins/unified_runtime/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 20ac4f1d9bc97..f754bfd167293 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -57,11 +57,11 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 712d79120e0a9293daf5741f9c0b5269ddd862ce + # commit b3de31844ca45d1815c54d85f248f13ad81b6755 # Author: Kenneth Benzie (Benie) - # Date: Fri Nov 24 12:34:51 2023 +0000 - # Set version to v0.8.0 - set(UNIFIED_RUNTIME_TAG v0.8.0) + # Date: Tue Nov 28 16:21:43 2023 +0000 + # Set version to v0.8.1 + set(UNIFIED_RUNTIME_TAG v0.8.1) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")