API Reference¶
SysSim’s public API has three layers. Most users only need the high-level functions.
High-level API
simulate, estimate_memory, sweep and the config dataclasses
(ModelConfig, ParallelismConfig, TrainingConfig, HardwareConfig).
Configuration & Hardware
Lower-level hardware modeling: HardwareInfo, NetworkParams, get_hardware_info.
Operator Graph
The traced IR: OperatorGraph, OperatorNode, OperatorType, TensorMeta.
The command-line interface wraps the high-level functions.