Skip to content

Commit 064d356

Browse files
authored
Merge pull request #2672 from lukaszstolarczuk/umf-with-icx-build-0.11.0-dev2
common: Bump UMF version to v0.11.0-dev2
2 parents 739d8a7 + e1bbdad commit 064d356

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: source/common/CMakeLists.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ if (NOT DEFINED UMF_REPO)
3232
endif()
3333

3434
if (NOT DEFINED UMF_TAG)
35-
# commit 6709535de92933d6bfc1e1d19a324f17afec3877
35+
# commit 222dd3d107cf1f97259ecb4bae45df3b8905725b (HEAD -> main, tag: v0.11.0-dev2)
3636
# Author: Rafał Rudnicki <[email protected]>
37-
# Date: Mon Jan 27 10:57:57 2025 +0100
38-
# Merge pull request #1056 from lukaszstolarczuk/hwloc-revert-examples-win
39-
set(UMF_TAG 6709535de92933d6bfc1e1d19a324f17afec3877)
37+
# Date: Fri Feb 7 14:43:25 2025 +0100
38+
# Merge pull request #1084 from lukaszstolarczuk/fix-icx-build
39+
# Fix icx build
40+
set(UMF_TAG v0.11.0-dev2)
4041
endif()
4142

4243
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")

0 commit comments

Comments
 (0)