From e05391200ef65f8312c94edc18f6a3cb96c87107 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 23 Jan 2024 16:19:17 +0000 Subject: [PATCH] [UR] Set tag to v0.8.4 --- sycl/plugins/unified_runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 20ed5ebf72c4a..37ebec0c3c329 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -63,7 +63,7 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) # Date: Tue Jan 23 11:29:19 2024 +0000 # Merge pull request #1135 from nrspruit/multi_device_kernel_compilation_main # [L0] Add support for multi-device kernel compilation - set(UNIFIED_RUNTIME_TAG 7c58060ffdd86e1e342e9bea12834e49aa2cb187) + set(UNIFIED_RUNTIME_TAG v0.8.4) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")