Skip to main content

Module numa

Module numa 

Source
Expand description

NUMA-aware host allocation support.

This module groups the host-side NUMA topology and allocation-binding bookkeeping. See numa_buffer for the topology, node-selection, and per-node accounting types.

Re-exports§

pub use numa_buffer::LOCAL_NUMA_DISTANCE;
pub use numa_buffer::NumaAllocTracker;
pub use numa_buffer::NumaBuffer;
pub use numa_buffer::NumaTopology;
pub use numa_buffer::closest_node_to_gpu;

Modules§

numa_buffer
NUMA-aware host allocation bookkeeping.