From 8fbf1a280ac75a3ce6ca8f409aba73a76f29eb22 Mon Sep 17 00:00:00 2001 From: Ross Brunton Date: Thu, 9 Jan 2025 15:22:21 +0000 Subject: [PATCH] [UR] Wrap urEventSetCallback when ran through loader Pre-commit PR for: https://github.com/oneapi-src/unified-runtime/pull/2527 --- sycl/cmake/modules/UnifiedRuntimeTag.cmake | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/sycl/cmake/modules/UnifiedRuntimeTag.cmake b/sycl/cmake/modules/UnifiedRuntimeTag.cmake index 408358c1d29e8..78b14bd488b39 100644 --- a/sycl/cmake/modules/UnifiedRuntimeTag.cmake +++ b/sycl/cmake/modules/UnifiedRuntimeTag.cmake @@ -1,7 +1,9 @@ -# commit c5bf8fd5c92ab7a24b439cd89cefc9cd425ec787 -# Merge: e6d4355f 778085f7 -# Author: Kenneth Benzie (Benie) -# Date: Mon Jan 13 10:41:50 2025 +0000 -# Merge pull request #2479 from aarongreig/aaron/parameterizeDeviceTests -# Parameterize CTS tests across all available adapters and devices. -set(UNIFIED_RUNTIME_TAG c5bf8fd5c92ab7a24b439cd89cefc9cd425ec787) +# commit ad88f0a1e3a22807866af4f6dad53e8986733abb +# Merge: 68aed2d5 599a28e1 +# Author: Ross Brunton +# Date: Tue Jan 14 10:28:07 2025 +0000 + +# Merge pull request #2527 from RossBrunton/ross/wrapper +# +# Wrap urEventSetCallback when ran through loader +set(UNIFIED_RUNTIME_TAG ad88f0a1e3a22807866af4f6dad53e8986733abb)