From f91aa04162574a7b2baab65e7dbdbbd2b6332e0b Mon Sep 17 00:00:00 2001 From: Weronika Lewandowska Date: Tue, 4 Jul 2023 12:49:08 +0200 Subject: [PATCH] Update sycl/xpti version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5836eb3fd0..e7b03bb00f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,7 @@ if(UR_ENABLE_TRACING) add_compile_definitions(UR_ENABLE_TRACING) # fetch xpti proxy library for the tracing layer - FetchContentSparse_Declare(xpti https://github.com/intel/llvm.git "sycl-nightly/20230304" "xpti") + FetchContentSparse_Declare(xpti https://github.com/intel/llvm.git "sycl-nightly/20230703" "xpti") FetchContent_MakeAvailable(xpti) # set -fPIC for xpti since we are linking it with a shared library