activity
20242026
collaborators

5 papers

cs.GR2026

Seed3D 2.0: Advancing High-Fidelity Simulation-Ready 3D Content Generation

Diandian Gu, Jing Lin, Gaohong Liu +25

We present Seed3D 2.0, an advanced 3D content generation system built on Seed3D 1.0, with substantial improvements across generation fidelity, simulation-ready capabilities, and ap…

cs.DC2025

Fast LLM Post-training via Decoupled and Fastest-of-N Speculation

Rongxin Cheng, Kai Zhou, Xingda Wei +8

Rollout dominates the training time in large language model (LLM) post-training, where the trained model is used to generate tokens given a batch of prompts. This work, SpecActor,…

cs.DC2025

PhoenixOS: Concurrent OS-level GPU Checkpoint and Restore with Validated Speculation

Xingda Wei, Zhuobin Huang, Tianle Sun +5

PHOENIXOS (PHOS) is the first OS service that can concurrently checkpoint and restore (C/R) GPU processes--a fundamental capability for critical tasks such as fault tolerance, proc…

cs.OS2025

Holistic Heterogeneous Scheduling for Autonomous Applications using Fine-grained, Multi-XPU Abstraction

Mingcong Han, Weihang Shen, Rong Chen +2

Modern autonomous applications are increasingly utilizing multiple heterogeneous processors (XPUs) to accelerate different stages of algorithm modules. However, existing runtime sy…

cs.OS2024

Microsecond-scale Dynamic Validation of Idempotency for GPU Kernels

Mingcong Han, Weihang Shen, Guanwen Peng +2

We discovered that a GPU kernel can have both idempotent and non-idempotent instances depending on the input. These kernels, called conditionally-idempotent, are prevalent in real-…