cs.DCNov 13, 2025

Scalable Synthesis of distributed LLM workloads through Symbolic Tensor Graphs

Authors: Changhai ManJoongun ParkHanjiang WuHuan XuSrinivas SridharanTushar Krishna

Organizations: Georgia Institute of Technology · NVIDIA Inc.

Abstract

Optimizing the performance of large language models (LLMs) on large-scale AI training and inference systems requires a scalable and expressive mechanism to model distributed workload execution. Such modeling is essential for pre-deployment system-level optimizations (e.g., parallelization strategies) and hardware design-space explorations. While recent efforts have proposed collecting execution traces from real systems, access to large-scale infrastructure remains limited to major cloud providers. Moreover, traces capturing execution on a specific platform cannot be easily adapted to study alternate software and/or hardware configurations, especially at scale. We introduce STAGE, a framework that synthesizes high-fidelity execution graphs to accurately model distributed AI workloads (including LLMs and MoEs). STAGE supports a comprehensive set of parallelization strategies, allowing users to systematically explore a wide spectrum of model architectures and system configurations. STAGE demonstrates its scalability by synthesizing high-fidelity LLM traces spanning over 128K GPUs, while preserving tensorlevel accuracy in compute, memory, and communication. STAGE is publicy available at https://github.com/astra-sim/stage

Explore similar work

CardsList
  1. AAFLOW: Scalable Patterns for Agentic AI Workflows

    May 4, 2026Arup Kumar Sarker, Mills Staylor, Aymen Alsaadi +3Agentic WorkflowsModular Agentic Framework

  2. Scepsy: Serving Agentic Workflows Using Aggregate LLM Pipelines

    Apr 16, 2026Marcel Wagenländer, Otto White, Britannio Jarrett +6Agentic WorkflowsLlm-Based Agent