Skip to content

Commit 2123a45

Browse files
committed
Add brief introduction of lowest latency memspace
1 parent d3aba41 commit 2123a45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ Can be retrieved using umfMemspaceHighestCapacityGet.
228228
Memspace backed by an aggregated list of NUMA nodes identified as highest bandwidth after selecting each available NUMA node as the initiator.
229229
Querying the bandwidth value requires HMAT support on the platform. Calling `umfMemspaceHighestBandwidthGet()` will return NULL if it's not supported.
230230

231+
#### Lowest latency memspace
232+
233+
Memspace backed by an aggregated list of NUMA nodes identified as lowest latency after selecting each available NUMA node as the initiator.
234+
Querying the latency value requires HMAT support on the platform. Calling `umfMemspaceLowestLatencyGet()` will return NULL if it's not supported.
235+
231236
### Proxy library
232237

233238
UMF provides the UMF proxy library (`umf_proxy`) that makes it possible

0 commit comments

Comments
 (0)