Skip to content

Commit 92dbb25

Browse files
committed
Add brief introduction of HBW memspace
1 parent 2872d9b commit 92dbb25

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

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

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

0 commit comments

Comments
 (0)