Skip to content

Commit e72c779

Browse files
0.1.0-rc1 release
1 parent 81dc909 commit e72c779

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

ChangeLog

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
<day of week> <month> <day> 2024 <Author> <author@intel.com>
1+
Tue Jun 25 2024 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
22

3-
* Version 0.1.0
3+
* Version 0.1.0-rc1
44

5-
This is the first release of Unified Memory Framework project.
5+
This is the first release of Unified Memory Framework (UMF) project.
66

7-
...
7+
UMF is a library for constructing allocators and memory pools. It also contains
8+
broadly useful abstractions and utilities for memory management. UMF allows
9+
users to create and manage multiple memory pools characterized by different
10+
attributes, allowing certain allocation types to be isolated from others and
11+
allocated using different hardware resources as required.
12+
13+
Documentation of UMF, including API description, architecture, and examples
14+
can be found: https://oneapi-src.github.io/unified-memory-framework
15+
16+
Features:
17+
- Level Zero memory provider
18+
- OS memory provider
19+
- Jemalloc pool (based on jemalloc)
20+
- Scalable pool (based on oneTBB)
21+
- Disjoint pool
22+
- Proxy pool
23+
- Single-threaded micro benchmark based on ubench and custom multi-threaded benchmark
24+
- Examples

scripts/docs_config/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Intel"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.1.0"
25+
release = "0.1.0-rc1"
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)