We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313c4f0 commit d3fea2bCopy full SHA for d3fea2b
sycl/cmake/modules/FetchUnifiedRuntime.cmake
@@ -135,7 +135,7 @@ elseif(SYCL_UR_USE_FETCH_CONTENT)
135
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
136
endfunction()
137
138
- set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
+ set(UNIFIED_RUNTIME_REPO "https://github.com/winstonzhang-intel/unified-runtime.git")
139
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
140
141
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
0 commit comments