Skip to content

Commit 5d7cecd

Browse files
committed
Add brief introduction of HBW memspace
1 parent c2fb553 commit 5d7cecd

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
@@ -220,6 +220,11 @@ using umfMemspaceHostAllGet.
220220
Memspace backed by all available NUMA nodes discovered on the platform sorted by capacity.
221221
Can be retrieved using umfMemspaceHighestCapacityGet.
222222

223+
#### Highest bandwidth memspace
224+
225+
Memspace backed by an aggregated list of NUMA nodes identified as highest bandwidth after selecting each available NUMA node as the initiator.
226+
Querying the bandwidth value requires HMAT support on the platform. Calling `umfMemspaceHighestBandwidthGet()` will return NULL if it's not supported.
227+
223228
### Proxy library
224229

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

0 commit comments

Comments
 (0)