The cost model leverages SMT‑based solving (Z3) to achieve optimal decoding speed under CPU, I/O, and memory constraints.The cost model leverages SMT‑based solving (Z3) to achieve optimal decoding speed under CPU, I/O, and memory constraints.

How PowerInfer‑2 Turns Your Smartphone Into an AI Workstation

2025/11/04 03:56

Abstract and 1. Introduction

  1. Background and Motivation
  2. PowerInfer-2 Overview
  3. Neuron-Aware Runtime Inference
  4. Execution Plan Generation
  5. Implementation
  6. Evaluation
  7. Related Work
  8. Conclusion and References

5 Execution Plan Generation

Today’s smartphones are equipped with a variety of hardware specifications, such as differing CPU capabilities, I/O throughput, and DRAM sizes. Users deploying LLMs on these devices also have diverse objectives. Some may prioritize a balance between generation speed and memory usage, while others aim to maximize hardware utilization for increased speed. Additionally, the models themselves vary in weight numbers, structures, and sparsity levels. To manage this complexity, PowerInfer-2 includes an offline planner specifically designed to develop execution plans that optimally meet these varied requirements.

\

5.1 Execution Plan

\

5.2 Input Parameters

Table 2 also lists three categories of input parameters:

\ • Hardware: Parameters profiled from the hardware, such as CPU FLOPS, I/O throughput, and memory bandwidth.

\ • User: Parameters specified by the user, such as CPU constraints, memory limit, and lower bound of decoding speed.

\ • Model: Parameters about the model collected by an offline profiler, such as the size of the model, sparsity levels and caching characteristics, etc.

\

\

5.3 Cost Model

After collecting the input parameters, the planner uses a cost model to generate the execution plan. The goal is to maximize the generation speed s (as defined by Equation 1) while adhering to user-specified constraints (Formulas 3-5). The decoding speed s is inversely proportional to the time taken to decode one token (Equation 1), which is determined by the computation times for that token (Equation 2), as we efficiently overlap the computation and I/O operations. As we have defined the objective function and the constraints, the constructed model can be solved by mature SMT solvers. In our implementation, we utilize the Z3 solver [11] to solve the cost model.

\

\ To compute the decoding time, we first model the times for computation. As we observed that memory opeartion is not a significant factor compared to the computation, we do not consider it in the computation time. Computation time (Equation 6) is primarily influenced by the attention blocks, predictors, and FFN blocks. The calculation involves dividing the computational workload of these components by the CPU flops (defined in Equation 7- 8). The flops of the selected CPU cores are specified in Equations 9.

\

\ Table 2: Symbols used in execution planning.

\ As FFN block computation overlaps with neuron loading, the planner must also account for I/O transmission time. This is calculated by dividing the volume of neurons transferred from flash storage (Equation 10) by the I/O bandwidth. This transferred volume depends on both the activation rate and the cache miss rate.

\

\ Finally, the planner calculates the time to load neurons from memory, which relates to the weight sizes of attention blocks, predictors, and neurons activated at runtime. The memory time is determined by dividing the total weight of activated neurons for one token by the memory bandwidth (Equation 11).

\

6 Implementation

PowerInfer-2 is developed on top of PowerInfer [30], a stateof-the-art serving framework designed for sparsely-activated LLMs, by integrating an additional 12K lines of C++ code into PowerInfer [30]. These enhancements encompass several key areas, including the polymorphic neuron engine, neuron cache, flexible neuron loading, and neuron-cluster-level I/O pipeline.

\ Since PowerInfer-2 depends on privileged system APIs (e.g., mlock that locks pages in memory) that needs the root permission, we built it on the Android [5] platform. Even though there is no need to alter the system kernel, a rooted Android system still provides us with considerable flexibility in developing and debugging our system. Furthermore, PowerInfer-2 is inherently designed with no modifications to the kernel, making it easily portable to other operating systems, including iOS [14] platform.

\ The current implementation of PowerInfer-2 supports a diverse array of LLMs with varying model sizes, including Llama-2 family [27] (7B, 13B), TurboSparse-Mistral [31] (7B), and TurboSparse-Mixtral [31] (47B).

\ Table 3: Hardware specifications of smartphones we used in the evaluation. “DRAM” is the physical memory size. “Available” is the maximum memory size that can be occupied by an application.

\

:::info Authors:

(1) Zhenliang Xue, Co-first author from Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University;

(2) Yixin Song, Co-first author from Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University;

(3) Zeyu Mi, Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University (yzmizeyu@sjtu.edu.cn);

(4) Le Chen, Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University;

(5) Yubin Xia, Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University;

(6) Haibo Chen, Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University.

:::


:::info This paper is available on arxiv under CC BY 4.0 license.

:::

\

Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact service@support.mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.

You May Also Like

Critical Victory: US Senate Passes Temporary Budget Bill Ending Government Shutdown Crisis

Critical Victory: US Senate Passes Temporary Budget Bill Ending Government Shutdown Crisis

BitcoinWorld Critical Victory: US Senate Passes Temporary Budget Bill Ending Government Shutdown Crisis In a crucial political breakthrough, the US Senate has approved a temporary budget bill that resolves the looming government shutdown crisis. This decisive action brings relief to millions of Americans and federal workers who faced uncertainty about government operations and services. What Does the Temporary Budget Bill Accomplish? The newly passed temporary budget bill provides essential government funding through January, ensuring continuous operation of federal agencies and services. This stopgap measure passed with a solid 60-40 vote margin, demonstrating bipartisan support for keeping the government functioning. Following the bill’s approval, President Donald Trump expressed optimism about the shutdown ending soon. The temporary budget bill represents a practical solution that allows more time for comprehensive budget negotiations while preventing immediate disruption to government services. Why Was This Temporary Budget Bill Necessary? Government shutdowns create widespread consequences that affect: Federal employee pay and benefits Essential public services National park operations Economic stability and market confidence The temporary budget bill serves as a bridge solution, providing lawmakers additional time to reach consensus on longer-term funding arrangements. This approach prevents the damaging effects of a full government shutdown while maintaining critical operations. How Does the Political Process Unfold From Here? With the temporary budget bill now passed, attention shifts to the House of Representatives and presidential approval. The legislative process requires both chambers to agree on identical versions before the bill reaches the President’s desk for signature. This temporary budget bill success follows reports of senators reaching partial agreements earlier in the week. The 60-40 vote margin indicates significant cross-party cooperation, suggesting growing consensus around the urgency of avoiding a government shutdown. What Are the Immediate Impacts of This Decision? The passage of this temporary budget bill brings several immediate benefits: Federal workers can continue their duties without interruption Government services remain accessible to citizens Economic uncertainty decreases International confidence in US stability strengthens Moreover, the temporary budget bill creates a stable environment for businesses and individuals who rely on consistent government operations. This stability is crucial for maintaining economic momentum and public confidence. Looking Ahead: What Comes After This Temporary Budget Bill? While this temporary budget bill resolves the immediate crisis, it sets the stage for more comprehensive budget negotiations in the coming months. Lawmakers now have until January to develop a longer-term funding solution that addresses broader fiscal priorities. The successful passage of this temporary budget bill demonstrates that bipartisan cooperation remains possible in challenging political environments. It serves as a model for future negotiations and highlights the importance of pragmatic solutions over ideological standoffs. Frequently Asked Questions What is a temporary budget bill? A temporary budget bill, often called a continuing resolution, provides short-term funding to keep government operations running when full-year budgets aren’t approved by the deadline. How long does this temporary budget bill last? This specific temporary budget bill funds the government through January, giving lawmakers several months to negotiate a more comprehensive budget agreement. What happens if a temporary budget bill isn’t passed? Without a temporary budget bill or full budget approval, the government would partially shut down, furloughing non-essential workers and suspending many services. Can the temporary budget bill be extended? Yes, temporary budget bills can be extended if lawmakers need additional time to reach agreement on longer-term funding solutions. What services continue during temporary budget periods? Essential services like national security, air traffic control, and law enforcement continue, while non-essential services may operate with reduced staffing. How does this affect federal employees? Federal employees continue working and receiving pay during temporary budget bill periods, avoiding the uncertainty of potential furloughs. Found this analysis helpful? Share this article with others who need to understand how the temporary budget bill affects our government and economy. Your shares help spread accurate information about important political developments. To learn more about how government decisions impact financial markets, explore our article on key developments shaping economic policy and market reactions. This post Critical Victory: US Senate Passes Temporary Budget Bill Ending Government Shutdown Crisis first appeared on BitcoinWorld.
Share
Coinstats2025/11/10 12:10