File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,11 @@ Can be retrieved using umfMemspaceHighestCapacityGet.
225
225
Memspace backed by an aggregated list of NUMA nodes identified as highest bandwidth after selecting each available NUMA node as the initiator.
226
226
Querying the bandwidth value requires HMAT support on the platform. Calling ` umfMemspaceHighestBandwidthGet() ` will return NULL if it's not supported.
227
227
228
+ #### Lowest latency memspace
229
+
230
+ Memspace backed by an aggregated list of NUMA nodes identified as lowest latency after selecting each available NUMA node as the initiator.
231
+ Querying the latency value requires HMAT support on the platform. Calling ` umfMemspaceLowestLatencyGet() ` will return NULL if it's not supported.
232
+
228
233
### Proxy library
229
234
230
235
UMF provides the UMF proxy library (` umf_proxy ` ) that makes it possible
You can’t perform that action at this time.
0 commit comments