Skip to content

Commit 472d563

Browse files
Update Unified Runtime version
To include UMF's hwloc configure fixes and ze device stype fix. See: oneapi-src/unified-memory-framework#678 See: oneapi-src/unified-memory-framework#685
1 parent 4c7d2f8 commit 472d563

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit d0a50523006fa6f283da6a36811081add3bb22fc
121-
# Merge: 804851e4 04deb8b3
122-
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
123-
# Date: Tue Aug 20 16:28:30 2024 +0100
124-
# Merge pull request #1940 from RossBrunton/ross/urcall
125-
# [XPTI] Use `ur.call` rather than `ur` in XPTI
126-
set(UNIFIED_RUNTIME_TAG d0a50523006fa6f283da6a36811081add3bb22fc)
120+
# commit 9c58db2eb68f19999caff8da5a211e8bd7fa0626
121+
# Merge: d0a50523 19a7a989
122+
# Author: Igor Chorążewicz <igor.chorazewicz@intel.com>
123+
# Date: Tue Aug 20 14:20:10 2024 -0700
124+
# Merge pull request #1993 from lukaszstolarczuk/bump-umf-w-hwloc-fix
125+
# [common] Bump UMF version
126+
set(UNIFIED_RUNTIME_TAG 9c58db2eb68f19999caff8da5a211e8bd7fa0626)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)