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 14e04eb commit 32322c8Copy full SHA for 32322c8
sycl/cmake/modules/FetchUnifiedRuntime.cmake
@@ -116,8 +116,8 @@ 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/againull/unified-runtime")
120
- set(UNIFIED_RUNTIME_TAG 44a2f0234f9270aab0c8633c07da81e96fc5e214)
+ set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime")
+ set(UNIFIED_RUNTIME_TAG aaron/clBatch)
121
122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
123
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
0 commit comments