Skip to content

Commit 3a59a29

Browse files
committed
Add brief introduction of HBW memspace
1 parent 2388c74 commit 3a59a29

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

216+
#### Highest bandwidth memspace
217+
218+
Memspace backed by an aggregated list of NUMA nodes identified as best targets after selecting each available NUMA node as the initiator.
219+
Querying the bandwidth value requires HMAT support on the platform. Calling `umfMemspaceHighestBandwidthGet()` will return NULL if it's not supported.
220+
216221
### Proxy library
217222

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

0 commit comments

Comments
 (0)