File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
57
57
include (FetchContent )
58
58
59
59
set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
60
- # commit cfba9f160528018055881f1ccf9ab98ec59c963f
61
- # Merge: 0bb2cad8 db5c33b2
60
+ # commit f11823e1abe977bd478364534b3575ae199d8d96
61
+ # Merge: c96e4ae4 619cdbb7
62
62
# Author: Kenneth Benzie (Benie) <[email protected] >
63
- # Date: Wed Feb 14 11:17:21 2024 +0100
64
- # Merge pull request #1216 from igchor/umf_standalone
65
- # [UR] Remove UMF sources and use standalone UMF repo instead
66
- set (UNIFIED_RUNTIME_TAG cfba9f160528018055881f1ccf9ab98ec59c963f )
63
+ # Date: Thu Feb 15 11:08:56 2024 +0100
64
+ # Merge pull request #1343 from igchor/add_pthread_umf
65
+ # [UR] Add missing Threads library to common
66
+ set (UNIFIED_RUNTIME_TAG f11823e1abe977bd478364534b3575ae199d8d96 )
67
67
68
68
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
69
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments