Expand description
Parallel distribution for 256-core agentic chip
Distributes minimum cut computation across WASM cores.
Structs§
- Core
Distributor - Distribute graph across cores based on strategy
- Core
Executor - Per-core execution context
- Core
Message - Message types for inter-core communication (4 bytes)
- Result
Aggregator - Result aggregator for collecting results from all cores
- Shared
Coordinator - Shared state for coordination (fits in shared memory)
- Work
Item - Lock-free work queue entry
Enums§
- Core
Strategy - Core assignment strategy
Constants§
- NUM_
CORES - Number of WASM cores
- RANGES_
PER_ CORE - Number of geometric ranges per core
- RANGE_
FACTOR - Range factor (1.2 from paper)
- TOTAL_
RANGES - Total ranges = NUM_CORES × RANGES_PER_CORE
Functions§
- compute_
core_ range - Compute range bounds for a core