Paper Interpretation | llm.npu: Achieving 43.6× Inference Acceleration on Mobile NPU with Nearly 60% Energy Efficiency Improvement
Note Compilation: Wang Jiabao Paper Title: Fast On-device LLM Inference with NPUs (llm.npu) Paper Link: https://dl.acm.org/doi/abs/10.1145/3669940.3707239 Code Link: https://github.com/UbiquitousLearning/mllm Published Conference: ASPLOS 2025 Introduction The biggest challenge in deploying large language models on mobile and edge devices is the slow inference during the prefill stage, which is also very power-consuming. Even for models with around … Read more