paper-with-me

Papers

Splitwiser: Efficient LM inference with constrained resources

2025-04-21 · Asad Aali, Adney Cardoza, Melissa Capo

Efficient inference of LLMs remains a crucial challenge, with two main phases: a compute-intensive prompt computation and a memory-intensive token generation. Despite existing batching and scheduling techniques, token generation phases fail to fully utilize compute resources, especially when compared to prompt computation phases. To address these challenges, we propose Splitwiser, a methodology that splits the two phases of an LLM inference request onto the same GPU, thereby reducing overhead and improving memory access and cache utilization. By eliminating the need to transfer data across devices, Splitwiser aims to minimize network-related overheads. In this report, we describe the basic structure of our proposed pipeline while sharing preliminary results and analysis. We implement our proposed multiprocessing design on two widely-used and independent LLM architectures: Huggingface and vLLM. We open-source our code for the respective implementations: 1) Huggingface (https://github.com/asad-aali/splitwiser), and 2) vLLM (https://github.com/adney11/vllm-sysml).

📄 PDF Abstract BibTeX arXiv:2505.03763

Code (1)

asad-aali/splitwiser 공식 구현 pytorch

Tasks

GPUScheduling

Similar Papers 제목 키워드 기반

Ambiguity Adaptive Inference and Single-shot based Channel Pruning for Satellite Processing Environments

2021-09-29 · Minsu Jeon, Kyungno Joo, Changha Lee, Taewoo Kim 외

In a restricted computing environment like satellite on-board systems, running DL models has limitation on high-speed processing due to the problems such as restriction of available power to consume compared to the relat…

GPU

Fiddler: CPU-GPU Orchestration for Fast Inference of Mixture-of-Experts Models

2024-02-10 · Keisuke Kamahori, Tian Tang, Yile Gu, Kan Zhu 외

Large Language Models (LLMs) with the Mixture-of-Experts (MoE) architectures have shown promising performance on various tasks. However, due to the huge model sizes, running them in resource-constrained environments wher…

CPUGPUMixture-of-Experts

eIQ Neutron: Redefining Edge-AI Inference with Integrated NPU and Compiler Innovations

2025-09-17 · Lennart Bamberg, Filippo Minnella, Roberto Bosio, Fabrizio Ottati 외 arxiv

Neural Processing Units (NPUs) are key to enabling efficient AI inference in resource-constrained edge environments. While peak tera operations per second (TOPS) is often used to gauge performance, it poorly reflects rea…

DeServe: Towards Affordable Offline LLM Inference via Decentralization

2025-01-04 · Linyu Wu, Xiaoyuan Liu, Tianneng Shi, Zhe Ye 외

The rapid growth of generative AI and its integration into everyday workflows have significantly increased the demand for large language model (LLM) inference services. While proprietary models remain popular, recent adv…

GPULanguage ModelingLanguage ModellingLarge Language Model

BreathRNNet: Breathing Based Authentication on Resource-Constrained IoT Devices using RNNs

2017-09-22 · Jagmohan Chauhan, Suranga Seneviratne, Yining Hu, Archan Misra 외

Recurrent neural networks (RNNs) have shown promising results in audio and speech processing applications due to their strong capabilities in modelling sequential data. In many applications, RNNs tend to outperform conve…