Skip to content

Commit

Permalink
Override UR tag to fetch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeWeb committed Feb 5, 2024
1 parent cd4a8f8 commit 7606868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion sycl/source/detail/error_handling/error_handling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
//===----------------------------------------------------------------------===//

#include "error_handling.hpp"
#include "sycl/detail/pi.h"

#include <detail/plugin.hpp>
#include <sycl/backend_types.hpp>
Expand Down

0 comments on commit 7606868

Please sign in to comment.