Update bundled version of NUMA API library
This commit is contained in:
@@ -70,6 +70,16 @@ bool numaAPI_IsNodeAvailable(int node);
|
||||
// Get number of available processors on a given node.
|
||||
int numaAPI_GetNumNodeProcessors(int node);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Topology helpers.
|
||||
//
|
||||
// Those are a bit higher level queries, but is still rather platform-specific
|
||||
// and generally useful.
|
||||
|
||||
// Get number of processors within the NUMA nodes on which current thread is
|
||||
// set affinity on.
|
||||
int numaAPI_GetNumCurrentNodesProcessors(void);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Affinities.
|
||||
|
||||
|
Reference in New Issue
Block a user