File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116 CACHE PATH "Path to external '${name} ' adapter source dir" FORCE)
117117 endfunction ()
118118
119- set (UNIFIED_RUNTIME_REPO "https://github.com/againull/unified-runtime" )
120- set (UNIFIED_RUNTIME_TAG 44a2f0234f9270aab0c8633c07da81e96fc5e214)
119+ set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime" )
120+ # commit 3db3a5e2d935630f2ffddd93a72ae0aa9af89acb
121+ # Author: Artur Gainullin <[email protected] > 122+ # Date: Tue Oct 22 03:30:08 2024 -0700
123+ #
124+ # Support UR program creation from multiple device binaries (#2147)
125+ set (UNIFIED_RUNTIME_TAG 3db3a5e2d935630f2ffddd93a72ae0aa9af89acb)
121126
122127 set (UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES" )
123128 # Due to the use of dependentloadflag and no installer for UMF and hwloc we need
You can’t perform that action at this time.
0 commit comments