paper-with-me

홈 › Papers

Revati: Transparent GPU-Free Time-Warp Emulation for LLM Serving

2026-01-01 · Amey Agrawal, Mayank Yadav, Sukrit Kumar, Anirudha Agrawal, Garv Ghai, Souradeep Bera, Elton Pinto, Sirish Gambhira, Mohammad Adain, Kasra Sohrab, Chus Antonanzas, Alexey Tumanov arxiv

Deploying LLMs efficiently requires testing hundreds of serving configurations, but evaluating each one on a GPU cluster takes hours and costs thousands of dollars. Discrete-event simulators are faster and cheaper, but they require re-implementing the serving system's control logic -- a burden that compounds as frameworks evolve. We present Revati, a time-warp emulator that enables performance modeling by directly executing real serving system code at simulation-like speed. The system intercepts CUDA API calls to virtualize device management, allowing serving frameworks to run without physical GPUs. Instead of executing GPU kernels, it performs time jumps -- fast-forwarding virtual time by predicted kernel durations. We propose a coordination protocol that synchronizes these jumps across distributed processes while preserving causality. On vLLM and SGLang, Revati achieves less than 5% prediction error across multiple models and parallelism configurations, while running 5-17x faster than real GPU execution.

📄 PDF Abstract BibTeX arXiv:2601.00397

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fast emulation of cosmological density fields based on dimensionality reduction and supervised machine-learning

2023-04-12 · Miguel Conceição, Alberto Krone-Martins, Antonio da Silva, Ángeles Moliné

N-body simulations are the most powerful method to study the non-linear evolution of large-scale structure. However, they require large amounts of computational resources, making unfeasible their direct adoption in scena…

CPUDimensionality Reduction

StereoSpace: Depth-Free Synthesis of Stereo Geometry via End-to-End Diffusion in a Canonical Space

2025-12-11 · Tjark Behrens, Anton Obukhov, Bingxin Ke, Fabio Tosi 외 arxiv

We introduce StereoSpace, a diffusion-based framework for monocular-to-stereo synthesis that models geometry purely through viewpoint conditioning, without explicit depth or warping. A canonical rectified space and the c…

ComFree-Sim: A GPU-Parallelized Analytical Contact Physics Engine for Scalable Contact-Rich Robotics Simulation and Control

2026-03-12 · Chetan Borse, Zhixian Xie, Wei-Cheng Huang, Wanxin Jin arxiv

Physics simulation for contact-rich robotics is often bottlenecked by contact resolution: mainstream engines enforce non-penetration and Coulomb friction via complementarity constraints or constrained optimization, requi…

Automated Adversary Emulation for Cyber-Physical Systems via Reinforcement Learning

2020-11-09 · Arnab Bhattacharya, Thiagarajan Ramachandran, Sandeep Banik, Chase P. Dowling 외

Adversary emulation is an offensive exercise that provides a comprehensive assessment of a system's resilience against cyber attacks. However, adversary emulation is typically a manual process, making it costly and hard …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

TrialCalibre: A Fully Automated Causal Engine for RCT Benchmarking and Observational Trial Calibration

2026-04-28 · Amir Habibdoust, Xing Song arxiv

Real-world evidence (RWE) studies that emulate target trials increasingly inform regulatory and clinical decisions, yet residual, hard-to-quantify biases still limit their credibility. The recently proposed BenchExCal fr…