paper-with-me

Papers

Automated Tensor Scheduling for Hybrid CPU-GPU LLM Inference on Consumer Devices

2026-07-11 · Yangyijian Liu, Hongyi Ye, Mingyang Li, Wu-jun Li arxiv

Running large language models on consumer devices such as laptops and desktops is challenging because model weights often exceed GPU memory capacity, making offloading inference necessary to extend effective model capacity with CPU memory. Existing offloading systems, however, typically rely on coarse layer-level or expert-level scheduling, which overlooks substantial heterogeneity among tensors within the same layer and adapts poorly to changing hardware load conditions on such devices. This paper presents ATSInfer, a hybrid CPU-GPU inference system for consumer devices that performs offloading at tensor granularity. ATSInfer combines static tensor placement with load-aware dynamic transfer, and introduces asynchronous CPU-GPU coordination to efficiently schedule hardware storage, data movement, and computation across heterogeneous backends. We implement ATSInfer and evaluate it on representative consumer platforms using both dense and MoE models. Compared with existing systems, ATSInfer improves prefill throughput by up to 1.94$\times$ and decode throughput by up to 3.29$\times$, while also increasing GPU utilization and making more effective use of PCIe bandwidth. These results show that ATSInfer can substantially improve the user experience of local LLM deployment on personal consumer devices.

📄 PDF Abstract BibTeX arXiv:2607.10183

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Multi-timescale and Chance-Constrained Energy Dispatching Strategy of Integrated Heat-Power Community with Shared Hybrid Energy Storage

2023-10-23 · Wenyi Zhang, Yue Chen, Rui Xie, Yunjian Xu

The community in the future may develop into an integrated heat-power system, which includes a high proportion of renewable energy, power generator units, heat generator units, and shared hybrid energy storage. In the in…

Scheduling

Ada-MK: Adaptive MegaKernel Optimization via Automated DAG-based Search for LLM Inference

2026-05-12 · Wenxin Dong, Mingqing Hu, Guanghui Yu, Qiang Fu 외 arxiv

When large language models (LLMs) serve real-time inference in commercial online advertising systems, end-to-end latency must be strictly bounded to the millisecond range. Yet every token generated during the decode phas…

Hidet: Task-Mapping Programming Paradigm for Deep Learning Tensor Programs

2022-10-18 · Yaoyao Ding, Cody Hao Yu, Bojian Zheng, Yizhi Liu 외

As deep learning models nowadays are widely adopted by both cloud services and edge devices, reducing the latency of deep learning model inferences becomes crucial to provide efficient model serving. However, it is chall…

Deep LearningScheduling

PIPO: Pipelined Offloading for Efficient Inference on Consumer Devices

2025-03-15 · Yangyijian Liu, Jun Li, Wu-Jun Li

The high memory and computation demand of large language models (LLMs) makes them challenging to be deployed on consumer devices due to limited GPU memory. Offloading can mitigate the memory constraint but often suffers …

GPUScheduling

Nimble: Lightweight and Parallel GPU Task Scheduling for Deep Learning

2020-12-04 · NeurIPS 2020 12 · Woosuk Kwon, Gyeong-In Yu, Eunji Jeong, Byung-Gon Chun

Deep learning (DL) frameworks take advantage of GPUs to improve the speed of DL inference and training. Ideally, DL frameworks should be able to fully utilize the computation power of GPUs such that the running time depe…

Deep LearningGPUScheduling