File tree Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
- <day of week> <month> <day> 2024 <Author> <author @intel.com>
1
+ Tue Jun 25 2024 Łukasz Stolarczuk <lukasz.stolarczuk @intel.com>
2
2
3
- * Version 0.1.0
3
+ * Version 0.1.0-rc1
4
4
5
- This is the first release of Unified Memory Framework project.
5
+ This is the first release of Unified Memory Framework (UMF) project.
6
6
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
Original file line number Diff line number Diff line change 22
22
author = "Intel"
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = "0.1.0"
25
+ release = "0.1.0-rc1 "
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments