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 57c2e58 commit 7db607aCopy full SHA for 7db607a
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/AllanZyne/unified-runtime.git")
+ set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/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