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 2872d9b commit 92dbb25Copy full SHA for 92dbb25
README.md
@@ -219,6 +219,11 @@ using umfMemspaceHostAllGet.
219
Memspace backed by all available NUMA nodes discovered on the platform sorted by capacity.
220
Can be retrieved using umfMemspaceHighestCapacityGet.
221
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
227
### Proxy library
228
229
UMF provides the UMF proxy library (`umf_proxy`) that makes it possible
0 commit comments