awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesNeuron-Activation Preloading

Memory optimizations that preload frequently activated neurons into VRAM to reduce data transfer latency.

Distinct from GPU Memory Optimizations: More specific than general GPU memory optimizations; it targets the predictive preloading of specific model parameters based on activation patterns.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Neuron-Activation Preloading. Refine with filters or upvote what's useful.

Awesome Neuron-Activation Preloading GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sjtu-ipads/powerinferAvatar de SJTU-IPADS

    SJTU-IPADS/PowerInfer

    9,568Ver en GitHub↗

    PowerInfer is an inference engine and serving framework designed to run large language models on local hardware. It combines a hybrid CPU-GPU offloader, a quantization tool, and a sparse model optimizer to enable the execution of high-parameter models on consumer-grade devices. The system distinguishes itself through neuron-activation-based offloading, using a predictor model to preload frequent neurons into VRAM while keeping rare neurons in system memory. This hybrid execution model balances workloads between the GPU and CPU based on input patterns to optimize memory access and increase tok

    Optimizes memory access by preloading frequent neurons onto the GPU and computing rare ones on the CPU.

    C++
    Ver en GitHub↗9,568
  1. Home
  2. Operating Systems & Systems Programming
  3. GPU Memory Optimizations
  4. Neuron-Activation Preloading