activity
20232026
most citedCharacterization of Large Language Model Development in the Datacenter

6 citations · 6 across the 5 of their papers we have counts for

collaborators

6 papers

cs.DC2026

SpecGen: Accelerating Agentic Kernel Optimization with Speculative Generation

Jihu Guo, Sitian Lu, Tenghui Ma +4

Agentic kernel optimization automates manual GPU kernel tuning via iterative generation, validation, and profiling with reasoning LLMs, casting the optimization task as feedback-gu…

cs.DC2026

ResiHP: Taming LLM Training Failures with Dynamic Hybrid Parallelism

Tenghui Ma, Jihu Guo, Wei Gao +4

Hybrid parallelism underpins large-scale LLM training across tens of thousands of GPUs. At such scale, hardware failures on individual devices lead to performance skew across devic…

cs.DC2026

CONCUR: High-Throughput Agentic Batch Inference of LLM via Congestion-Based Concurrency Control

Qiaoling Chen, Zhisheng Ye, Tian Tang +7

Batch inference for agentic workloads stresses the GPU key-value (KV) cache in a sustained and cumulative manner, often causing severe throughput degradation well before memory cap…

cs.DC2025

OctoPipe: Reducing Pipeline Bubbles for Heterogeneous Models via Co-Optimizing Partitioning, Placement, and Scheduling

Jihu Guo, Tenghui Ma, Wei Gao +6

Pipeline parallelism is widely used to train large language models (LLMs). However, increasing heterogeneity in model architectures exacerbates pipeline bubbles, thereby reducing t…

cs.DC20246 cited

Characterization of Large Language Model Development in the Datacenter

Qinghao Hu, Zhisheng Ye, Zerui Wang +9

Large Language Models (LLMs) have presented impressive performance across several transformative tasks. However, it is non-trivial to efficiently utilize large-scale cluster resour…

cs.DC2023

AMSP: Reducing Communication Overhead of ZeRO for Efficient LLM Training

Qiaoling Chen, Qinghao Hu, Guoteng Wang +8

Training large language models (LLMs) encounters challenges in GPU memory consumption due to the high memory requirements of model states. The widely used Zero Redundancy Optimizer…