diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 2aa0423e1e663..7de174f03701c 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -3,10 +3,11 @@ # Options to override the default behaviour of the FetchContent to include UR # source code. +# TODO: Resolve this tag override after related UR changes are merged. set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO - "" CACHE STRING "Override the Unified Runtime FetchContent repository") + "https://github.com/GeorgeWeb/unified-runtime.git" CACHE STRING "Override the Unified Runtime FetchContent repository") set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG - "" CACHE STRING "Override the Unified Runtime FetchContent tag") + "b85dbe23470a0f1fb167169279a31f97f7757321" CACHE STRING "Override the Unified Runtime FetchContent tag") # Options to disable use of FetchContent to include Unified Runtime source code # to improve developer workflow. diff --git a/sycl/source/detail/error_handling/error_handling.cpp b/sycl/source/detail/error_handling/error_handling.cpp index e809f43831bb9..3dc0876c820b5 100644 --- a/sycl/source/detail/error_handling/error_handling.cpp +++ b/sycl/source/detail/error_handling/error_handling.cpp @@ -11,7 +11,6 @@ //===----------------------------------------------------------------------===// #include "error_handling.hpp" -#include "sycl/detail/pi.h" #include #include