From ba785361f3f541f50452aaef009fb9ba575522d1 Mon Sep 17 00:00:00 2001 From: Duncan Brawley Date: Tue, 16 Apr 2024 13:03:56 +0100 Subject: [PATCH] Update UR commit --- 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 69850a5af9be4..2c217bbd01ec7 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -101,7 +101,7 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) # [Bindless][Exp] Remove phMem argument from bindless image creation functions # Remove phMem argument from bindless image creation functions. # It not used outside of UR and is currently causing a minor memory leak. - set(UNIFIED_RUNTIME_TAG c25f2f91c5abfe3c59600c1a6bc153acad790c66) + set(UNIFIED_RUNTIME_TAG c3ef6425ff90327e00647a49b633bb513016f903) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO}