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

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

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

3 مستودعات

Awesome GitHub RepositoriesKernel Optimization Libraries

High-performance computational kernels for accelerating neural network operations.

Distinguishing note: Focuses on custom mathematical kernels, distinct from general model parallelism.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Kernel Optimization Libraries. Refine with filters or upvote what's useful.

Awesome Kernel Optimization Libraries GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hpcaitech/colossalaiالصورة الرمزية لـ hpcaitech

    hpcaitech/ColossalAI

    41,395عرض على GitHub↗

    ColossalAI is a distributed deep learning framework designed for training and deploying massive artificial intelligence models across clusters of hardware accelerators. It functions as a parallel computing engine that partitions model workloads and data across multiple processors to maximize memory efficiency and throughput. The platform distinguishes itself through a comprehensive suite of parallelization strategies, including multi-dimensional tensor parallelism and pipeline-based model parallelism, which segment neural network layers and stages across devices. To support large-scale genera

    Replaces standard operations with custom high-performance kernels to accelerate mathematical calculations.

    Pythonaibig-modeldata-parallelism
    عرض على GitHub↗41,395
  • 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

    Provides a collection of low-level CUDA kernels that optimize memory-bound operations for deep learning.

    Python
    عرض على GitHub↗24,220
  • verl-project/verlالصورة الرمزية لـ verl-project

    verl-project/verl

    22,000عرض على GitHub↗

    This project is a distributed training infrastructure designed for aligning large language models through reinforcement learning. It functions as an end-to-end engine for complex alignment tasks, including proximal policy optimization, direct preference optimization, and iterative self-play. By providing a unified framework for multi-turn interactions and tool-use scenarios, it enables the development of models capable of reasoning and external environment engagement. The framework distinguishes itself through a decoupled architecture that separates model training from sample generation. This

    Integrates high-performance computational kernels for accelerating neural network operations.

    Python
    عرض على GitHub↗22,000
  1. Home
  2. Artificial Intelligence & ML
  3. Kernel Optimization Libraries