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 2388c74 commit 3a59a29Copy full SHA for 3a59a29
README.md
@@ -213,6 +213,11 @@ using umfMemspaceHostAllGet.
213
Memspace backed by all available NUMA nodes discovered on the platform sorted by capacity.
214
Can be retrieved using umfMemspaceHighestCapacityGet.
215
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
221
### Proxy library
222
223
UMF provides the UMF proxy library (`umf_proxy`) that makes it possible
0 commit comments