From 328c071aa840bfd26810196ced454dc048f78d79 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 4 Jan 2024 11:09:13 +0000 Subject: [PATCH] [UR] Bump tag to 1d786360 * https://github.com/oneapi-src/unified-runtime/pull/937 * https://github.com/oneapi-src/unified-runtime/pull/938 --- 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 c12757976b0eb..e0f1409db06b9 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 749d8e51ea8e56726a9fb57949d7a3f81b47b15c - # Merge: 810a5774 34831f4b + # commit 1d7863601e9ecfffadf0617236a472a3b00fddbe + # Merge: cf87428c 3ee71a71 # Author: Kenneth Benzie (Benie) - # Date: Wed Jan 3 13:27:16 2024 +0000 - # Merge pull request #1198 from al42and/aa-rocm6 - # [HIP] Fix build with ROCm 6.0.0 - set(UNIFIED_RUNTIME_TAG 749d8e51ea8e56726a9fb57949d7a3f81b47b15c) + # Date: Thu Jan 4 11:03:26 2024 +0000 + # Merge pull request #938 from Bensuo/cmdbuf-fill-memset-l0 + # [EXP][CMDBUF] Implement Fill commands for L0 adapter + set(UNIFIED_RUNTIME_TAG 1d7863601e9ecfffadf0617236a472a3b00fddbe) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")