-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common: Bump UMF version to v0.11.0-dev2
It includes fix for icx compiler
- Loading branch information
1 parent
98756a2
commit a0d3cb5
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,11 +32,12 @@ if (NOT DEFINED UMF_REPO) | |
endif() | ||
|
||
if (NOT DEFINED UMF_TAG) | ||
# commit 6709535de92933d6bfc1e1d19a324f17afec3877 | ||
# commit 222dd3d107cf1f97259ecb4bae45df3b8905725b (HEAD -> main, tag: v0.11.0-dev2) | ||
# Author: Rafał Rudnicki <[email protected]> | ||
# Date: Mon Jan 27 10:57:57 2025 +0100 | ||
# Merge pull request #1056 from lukaszstolarczuk/hwloc-revert-examples-win | ||
set(UMF_TAG 6709535de92933d6bfc1e1d19a324f17afec3877) | ||
# Date: Fri Feb 7 14:43:25 2025 +0100 | ||
# Merge pull request #1084 from lukaszstolarczuk/fix-icx-build | ||
# Fix icx build | ||
set(UMF_TAG v0.11.0-dev2) | ||
endif() | ||
|
||
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}") | ||
|