Papers › SuperInfer: SLO-Aware Rotary Scheduling and Memory Management for LLM Inference on Superchips

SuperInfer: SLO-Aware Rotary Scheduling and Memory Management for LLM Inference on Superchips

28 Jan 2026arXiv:2601.20309added by Syntology

Jiahuan Yu, Mingtao Hu, Zichao Lin, Minjia Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large Language Model (LLM) serving faces a fundamental tension between stringent latency Service Level Objectives (SLOs) and limited GPU memory capacity. When high request rates exhaust the KV cache budget, existing LLM inference systems often suffer severe head-of-line (HOL) blocking. While prior work explored PCIe-based offloading, these approaches cannot sustain responsiveness under high request rates, often failing to meet tight Time-To-First-Token (TTFT) and Time-Between-Tokens (TBT) SLOs. We present SuperInfer, a high-performance LLM inference system designed for emerging Superchips (e.g., NVIDIA GH200) with tightly coupled GPU-CPU architecture via NVLink-C2C. SuperInfer introduces RotaSched, the first proactive, SLO-aware rotary scheduler that rotates requests to maintain responsiveness on Superchips, and DuplexKV, an optimized rotation engine that enables full-duplex transfer over NVLink-C2C. Evaluations on GH200 using various models and datasets show that SuperInfer improves TTFT SLO attainment rates by up to 74.7% while maintaining comparable TBT and throughput compared to state-of-the-art systems, demonstrating that SLO-aware scheduling and memory co-design unlocks the full potential of Superchips for responsive LLM serving. Code is available in https://github.com/Supercomputing-System-AI-Lab/SuperInfer.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.20309")

Code

Syntology Ran 1 of 11 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: found in paper text by Syntology: 11 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Supercomputing-System-AI-Lab/SuperInfer found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 1 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran
10unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Supercomputing-System-AI-Lab/SuperInfer. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

run_and_read_all Supercomputing-System-AI-Lab/SuperInfer/collect_env.py found in paper text by Syntology ran Apache-2.0 (permissive) · 5ae630bfc3821b6e · report
async_request_deepspeed_mii Supercomputing-System-AI-Lab/SuperInfer/benchmarks/backend_request_func.py found in paper text by Syntology unverified Apache-2.0 (permissive) · da4f62b920ab463f · report
async_request_tgi Supercomputing-System-AI-Lab/SuperInfer/benchmarks/backend_request_func.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a6282cf6d8527c9e · report
async_request_trt_llm Supercomputing-System-AI-Lab/SuperInfer/benchmarks/backend_request_func.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8b9f8649ded1d025 · report
check_wheel_size Supercomputing-System-AI-Lab/SuperInfer/.buildkite/check-wheel-size.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 95e3362a392b24d6 · report
client_cmd Supercomputing-System-AI-Lab/SuperInfer/AE_AIO_0309_v1.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0cb6d6bcfd4dc21a · report
draw_stats_v2 Supercomputing-System-AI-Lab/SuperInfer/benchmarks/superinfer/api_client.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7357555e2b09b810 · report
find_cuda_init Supercomputing-System-AI-Lab/SuperInfer/find_cuda_init.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6a9382e5d439d948 · report
run Supercomputing-System-AI-Lab/SuperInfer/collect_env.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6b73fe0480a96ad9 · report
run_and_parse_first_match Supercomputing-System-AI-Lab/SuperInfer/collect_env.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ce7a62e37fe78c0d · report
server_cmd Supercomputing-System-AI-Lab/SuperInfer/AE_AIO_0309_v1.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 02e9b8cb47b0da50 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.20309, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections