Module numa_gpu::runtime::linux_wrapper
source · [−]Structs
CPU set to create CPU and NUMA node masks.
Flags for mbind
Memory policies
NUMA node memory information
Traits
Defines the mprotect
system call for the type
Functions
Returns the memory information of a NUMA node
Find the NUMA node that the CPU core belongs to.
Run the current thread on the specified NUMA node.
Try to allocate memory on the sepecified NUMA node.
NUMA allocations will fail if the memory cannot be allocated on the target NUMA node. The default behavior is to fall back on other nodes.
Put memory on a specific node.