We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fb553 commit 5d7cecdCopy full SHA for 5d7cecd
README.md
@@ -220,6 +220,11 @@ using umfMemspaceHostAllGet.
220
Memspace backed by all available NUMA nodes discovered on the platform sorted by capacity.
221
Can be retrieved using umfMemspaceHighestCapacityGet.
222
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
228
### Proxy library
229
230
UMF provides the UMF proxy library (`umf_proxy`) that makes it possible
0 commit comments