Class NumaTopologyDetector
- Namespace
- DotCompute.Backends.CPU.Threading.NUMA
- Assembly
- DotCompute.Backends.CPU.dll
Hardware topology detection for NUMA systems.
public static class NumaTopologyDetector
- Inheritance
-
NumaTopologyDetector
- Inherited Members
Properties
Topology
Gets the discovered NUMA topology.
public static NumaTopology Topology { get; }
Property Value
Methods
DiscoverTopology()
Discovers the NUMA topology for the current system.
public static NumaTopology DiscoverTopology()
Returns
- NumaTopology
Discovered NUMA topology.
RediscoverTopology()
Forces a re-discovery of the NUMA topology.
public static NumaTopology RediscoverTopology()
Returns
- NumaTopology
Newly discovered topology.