From 39be9937e0b90a1b6994f8fd9fe4939fe5963426 Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Thu, 31 Oct 2024 09:58:50 +0100 Subject: [PATCH] [UR] update to latest Pulls in L0, sanitizer changes, and an optimization for the tracing layer. --- sycl/cmake/modules/UnifiedRuntimeTag.cmake | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sycl/cmake/modules/UnifiedRuntimeTag.cmake b/sycl/cmake/modules/UnifiedRuntimeTag.cmake index 9c9ef65c9b35c..7f886c3ce6e5f 100644 --- a/sycl/cmake/modules/UnifiedRuntimeTag.cmake +++ b/sycl/cmake/modules/UnifiedRuntimeTag.cmake @@ -1,7 +1,7 @@ -# commit a9c7aef861988d4b8421f3e760e63f4e3da9398d (HEAD, origin/main, origin/HEAD) -# Merge: dbd168c 3142142 -# Author: aarongreig -# Date: Mon Oct 28 15:56:46 2024 +0000 -# Merge pull request #2152 from Bensuo/fabio/binary_update_fix -# Fix command-buffer binary update implementation -set(UNIFIED_RUNTIME_TAG a9c7aef861988d4b8421f3e760e63f4e3da9398d) +# commit 6ade245ef11de42f91e1a35e67c38389788abb3d +# Merge: 8c0cc4cd 9d1d3ac4 +# Author: Piotr Balcer +# Date: Thu Oct 31 09:17:21 2024 +0100 +# Merge pull request #2230 from pbalcer/check-xpti-enabled +# don't call xpti if there are no subscribers +set(UNIFIED_RUNTIME_TAG 6ade245ef11de42f91e1a35e67c38389788abb3d)