awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dao-ailab/flash-attentionالصورة الرمزية لـ Dao-AILab

    Dao-AILab/flash-attention

    24,220عرض على GitHub↗

    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
    عرض على GitHub↗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