awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesSRAM-Aware

Techniques for explicitly managing data movement between high-speed on-chip memory and main device memory.

Distinct from Memory Management: Distinct from general memory management: focuses on hardware-specific SRAM utilization for throughput optimization.

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

Awesome SRAM-Aware GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dao-ailab/flash-attentionAvatar von Dao-AILab

    Dao-AILab/flash-attention

    24,220Auf GitHub ansehen↗

    FlashAttention is an attention mechanism optimization library and machine learning acceleration framework designed to increase training speed and reduce memory footprint for large-scale neural network models. It functions as a collection of low-level CUDA kernels that optimize memory-bound operations to improve hardware utilization on graphics processing units. The library distinguishes itself through an input-output-aware algorithm design that minimizes data movement between different levels of memory. By employing kernel fusion and tiled matrix multiplication, it combines sequential operati

    Explicitly manages data movement between high-speed on-chip memory and main GPU memory to maximize throughput.

    Python
    Auf GitHub ansehen↗24,220
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Process and Memory Management
  5. Memory Management
  6. SRAM-Aware