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 e33139e commit 9eb28d6Copy full SHA for 9eb28d6
sycl/cmake/modules/FetchUnifiedRuntime.cmake
@@ -116,7 +116,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
117
endfunction()
118
119
- set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
+ set(UNIFIED_RUNTIME_REPO "https://github.com/cppchedy/unified-runtime.git")
120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121
122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
0 commit comments