Skip to content

Commit 906f788

Browse files
committed
[DO-NOT-MERGE] Test fix for HIP USM copy2D
1 parent c1e2957 commit 906f788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# Options to override the default behaviour of the FetchContent to include UR
55
# source code.
66
set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO
7-
"" CACHE STRING "Override the Unified Runtime FetchContent repository")
7+
"https://github.com/GeorgeWeb/unified-runtime.git" CACHE STRING "Override the Unified Runtime FetchContent repository")
88
set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG
9-
"" CACHE STRING "Override the Unified Runtime FetchContent tag")
9+
"f359a59bf71ca1bb268639595bf085e4a4bc2225" CACHE STRING "Override the Unified Runtime FetchContent tag")
1010

1111
# Options to disable use of FetchContent to include Unified Runtime source code
1212
# to improve developer workflow.

0 commit comments

Comments
 (0)