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

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

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

8 مستودعات

Awesome GitHub RepositoriesSparse Computing Kernels

Specialized computational kernels designed to accelerate sparse neural network operations and attention mechanisms.

Distinguishing note: Focuses on sparse-specific hardware acceleration rather than general neural network layers.

Explore 8 awesome GitHub repositories matching artificial intelligence & ml · Sparse Computing Kernels. Refine with filters or upvote what's useful.

Awesome Sparse Computing Kernels GitHub Repositories

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

    deepspeedai/DeepSpeed

    42,528عرض على GitHub↗

    DeepSpeed is a high-performance library designed to scale deep learning model training and inference across massive clusters of GPUs and compute nodes. It provides a comprehensive suite of tools for distributed training, enabling the execution of models that exceed the memory capacity of single devices through advanced parameter partitioning, pipeline-based model parallelism, and memory-efficient state offloading. The framework distinguishes itself through specialized communication-efficient optimizers and hardware-aware acceleration techniques. By utilizing gradient compression, quantization

    Improving computational speed and memory usage by replacing dense operations with specialized sparse kernels and attention mechanisms.

    Pythonbillion-parameterscompressiondata-parallelism
    عرض على GitHub↗42,528
  • rusty1s/pytorch_geometricالصورة الرمزية لـ rusty1s

    rusty1s/pytorch_geometric

    23,848عرض على GitHub↗

    PyTorch Geometric is a library for building and training machine learning models on graph-structured data. It provides a framework for developing graph neural networks, including a specialized system for implementing node-to-node information exchange via customizable message passing, aggregation, and update functions. The library includes a sparse data processing toolkit that utilizes accelerated CPU and CUDA kernels to perform efficient reductions on large sparse datasets. It supports the creation of specialized architectures for structured data such as 3D meshes and point clouds. The proje

    Provides accelerated CPU and CUDA kernels for performing efficient mathematical reductions on sparse datasets.

    Python
    عرض على GitHub↗23,848
  • pyg-team/pytorch_geometricالصورة الرمزية لـ pyg-team

    pyg-team/pytorch_geometric

    23,838عرض على GitHub↗

    This project is a deep learning library designed for training neural networks on irregular data structures, including graphs, 3D meshes, and point clouds. It functions as an extension to the PyTorch framework, providing specialized layers and kernels that enable the processing of complex, non-Euclidean information. The library distinguishes itself through a geometric deep learning toolkit that manages the unique requirements of graph-based data. It utilizes sparse matrix-based message passing to aggregate information across nodes and employs dynamic computational graph construction to accommo

    Computes graph neural network layers by performing sparse matrix multiplications to aggregate information from neighboring nodes efficiently.

    Pythondeep-learninggeometric-deep-learninggraph-convolutional-networks
    عرض على GitHub↗23,838
  • kvcache-ai/ktransformersالصورة الرمزية لـ kvcache-ai

    kvcache-ai/ktransformers

    17,288عرض على GitHub↗

    Ktransformers is a comprehensive framework designed for the operation, fine-tuning, and serving of large language models. It functions as a heterogeneous inference engine and quantized execution runtime, enabling the deployment of massive models by distributing computational workloads across both CPU and GPU resources. This architecture allows users to bypass local memory constraints, making it possible to run and train models that exceed the capacity of a single device. The project distinguishes itself through specialized support for sparse architectures, particularly mixture-of-experts mode

    Provides specialized computational kernels to accelerate sparse neural network operations and attention mechanisms.

    Python
    عرض على GitHub↗17,288
  • infrasys-ai/aisystemالصورة الرمزية لـ Infrasys-AI

    Infrasys-AI/AISystem

    17,017عرض على GitHub↗

    AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip architecture to high-level training frameworks. It encompasses the development of AI compiler frameworks, inference engines, and distributed training orchestrators designed to coordinate workloads across a heterogeneous compute stack of CPUs, GPUs, and NPUs. The project focuses on the deep integration of software and hardware, employing software-hardware co-design to align tensor layouts with physical memory structures. It provides specialized capabilities for accelerating Transformer mo

    Implements specialized hardware cores and kernels to accelerate sparse vector and embedding operations.

    Jupyter Notebookaiaiinfraaisys
    عرض على GitHub↗17,017
  • amznlabs/amazon-dsstneالصورة الرمزية لـ amznlabs

    amznlabs/amazon-dsstne

    4,395عرض على GitHub↗

    Amazon DSSTNE هي مجموعة أدوات لتعلم الآلة ومكتبة شبكات الموتر المتناثرة (sparse tensor) مصممة لنماذج التعلم العميق ذات المدخلات والمخرجات المتناثرة. توفر إطار عمل للتدريب المتوازي للنماذج ومحركاً متناثراً مسرعاً بواسطة GPU لدعم الشبكات كثيفة الذاكرة. تم تصميم إطار العمل خصيصاً لتدريب أنظمة التوصية والتعلم المتناثر واسع النطاق. يتيح توزيع مصفوفات الأوزان الكبيرة وجداول التضمين (embedding tables) عبر أجهزة GPU متعددة للتعامل مع النماذج التي تتجاوز سعة ذاكرة معالج واحد. يغطي المشروع مجموعة واسعة من الإمكانيات بما في ذلك الحوسبة الموزعة على GPU، ومعالجة مجموعات البيانات المتناثرة، وبناء شبكات الموتر المتناثرة القابلة للتوسع. تسمح هذه الأدوات بتنفيذ عمليات تعلم الآلة عالية الأداء وتوسيع نطاق النماذج عبر عناقيد GPU.

    Implements specialized computational kernels to accelerate sparse neural network operations on GPU hardware.

    C++
    عرض على GitHub↗4,395
  • uxlfoundation/onednnالصورة الرمزية لـ uxlfoundation

    uxlfoundation/oneDNN

    4,009عرض على GitHub↗

    oneDNN is a library for deep learning acceleration that provides optimized building blocks for neural network training and inference. It manages tensor computation across CPU and GPU hardware, enabling the execution of high-performance primitives for model training and neural network inference optimization. The project distinguishes itself through hardware-specific kernel optimization and the use of just-in-time compilation to target specific processor instruction sets. It supports quantized neural network execution using both static and dynamic quantization to reduce memory usage and increas

    Utilizes sparse memory formats and specialized kernels to reduce memory footprint and skip zero-value computations.

    C++aarch64amxavx512
    عرض على GitHub↗4,009
  • neuraloperator/neuraloperatorالصورة الرمزية لـ neuraloperator

    neuraloperator/neuraloperator

    3,710عرض على GitHub↗

    Neuraloperator is a library for learning mappings between infinite-dimensional function spaces, serving as a tool to accelerate physics simulations and partial differential equation solving. It implements resolution-invariant models and spectral neural networks that can produce consistent predictions regardless of the input grid resolution or spatial discretization. The framework incorporates physics-informed neural networks that enforce physical constraints and differential equations through specialized loss functions. It utilizes Fourier transforms and spectral projections to process multid

    Implements optimized low-level kernels to accelerate sparse operations during spatial data processing and integral transforms.

    Pythonfnofourier-neural-operatorneural-operator
    عرض على GitHub↗3,710
  1. Home
  2. Artificial Intelligence & ML
  3. Sparse Computing Kernels