Expand description
Configuration for Hyperactor Mesh.
This module provides hyperactor_mesh-specific configuration attributes that extend the base hyperactor configuration system.
Staticsยง
- MAX_
CAST_ DIMENSION_ SIZE - The maximium for a dimension size allowed for a folded shape when reshaping during casting to limit fanout. usize::MAX means no reshaping as any shape will always be below the limit so no dimension needs to be folded.