Skip to content

Commit

Permalink
Merge pull request #679 from wlemkows/update-xpti-ver
Browse files Browse the repository at this point in the history
Update sycl/xpti version
  • Loading branch information
pbalcer committed Jul 4, 2023
2 parents ac100b9 + f91aa04 commit 22a7acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22a7acb

Please sign in to comment.