awesome-repositories.com
Blog
awesome-repositories.com

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

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

7 Repos

Awesome GitHub RepositoriesAI Hardware Acceleration

Specialized chip architectures and low-precision representations designed to optimize neural network inference.

Distinct from Hardware Specification Evaluators: Other candidates focus on drivers or power controllers, not the architecture of AI-specific inference hardware.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · AI Hardware Acceleration. Refine with filters or upvote what's useful.

Awesome AI Hardware Acceleration GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • exacity/deeplearningbook-chineseAvatar von exacity

    exacity/deeplearningbook-chinese

    37,285Auf GitHub ansehen↗

    This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational resource on the theory and implementation of neural networks. It functions as a collaborative technical translation project designed to make complex academic AI literature accessible to non-English speakers. The project utilizes a community-driven translation model that integrates external suggestions and pull requests to refine linguistic accuracy and reduce bias. It employs standardized terminology mapping to ensure a uniform vocabulary throughout the translated content. To i

    Explains the use of specialized chips and low-precision representations to increase inference efficiency.

    TeX
    Auf GitHub ansehen↗37,285
  • infrasys-ai/aisystemAvatar von Infrasys-AI

    Infrasys-AI/AISystem

    17,017Auf GitHub ansehen↗

    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

    Designs physical chip structures for GPUs and NPUs to optimize AI computation and memory access.

    Jupyter Notebookaiaiinfraaisys
    Auf GitHub ansehen↗17,017
  • microsoft/ai-eduAvatar von microsoft

    microsoft/ai-edu

    14,065Auf GitHub ansehen↗

    ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical tutorials, deep learning lab exercises, and project blueprints designed to teach artificial intelligence fundamentals through a combination of study and practical implementation. The project focuses on a learning-by-doing approach, guiding users from Python programming and neural network basics to advanced topics. It includes specialized instructional content on distributed AI training, MLOps educational guides for model quantization and pruning, and detailed frameworks for im

    Offers guidance on matrix operations and the use of CPU, GPU, and TPU architectures for acceleration.

    HTML
    Auf GitHub ansehen↗14,065
  • infrasys-ai/aiinfraAvatar von Infrasys-AI

    Infrasys-AI/AIInfra

    7,414Auf GitHub ansehen↗

    Coordinates chip-level features, communication protocols, and framework optimizations for AI accelerators.

    Jupyter Notebookaiinfraaisystem
    Auf GitHub ansehen↗7,414
  • tensorflow/tpuAvatar von tensorflow

    tensorflow/tpu

    5,281Auf GitHub ansehen↗

    This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and deploying large-scale AI models on Cloud TPU hardware. It serves as a framework for managing the lifecycle of accelerator clusters, including hardware orchestration and the provisioning of high-performance compute infrastructure for machine learning workloads. The project specifically enables the pre-training of foundation models, large language models, and complex reasoning architectures through distributed training toolkits and multi-host scaling recipes. It further provide

    Configures the physical arrangement of chips in grids to optimize data flow between compute hosts.

    Jupyter Notebook
    Auf GitHub ansehen↗5,281
  • openmlsys/openmlsysAvatar von openmlsys

    openmlsys/openmlsys

    4,813Auf GitHub ansehen↗

    Dieses Projekt ist eine umfassende Bildungsressource und ein Lehrplan, der sich auf das Design und die Implementierung des gesamten Machine-Learning-Software- und Hardware-Stacks konzentriert. Es dient als technische Referenz für die Architektur von Machine-Learning-Systemen, die von Low-Level-Programmierschnittstellen bis hin zur Deployment-Infrastruktur im großen Maßstab reicht. Das Projekt bietet instruktive Anleitungen zu mehreren spezialisierten Bereichen, einschließlich der Entwicklung von KI-Compilern durch Zwischenrepräsentationen und Graph-Optimierungen. Es deckt die Architekturmuster ab, die für verteiltes Training über GPU-Cluster hinweg erforderlich sind, sowie die Programmierung von Hardware-Beschleunigern zur Optimierung von Workloads auf spezialisierten Chips. Die Ressource beschreibt zudem die Implementierung von Modell-Serving-Frameworks für Produktionsumgebungen und das Design von Reinforcement-Learning-Pipelines. Ihr Umfang erstreckt sich auf die Kernkomponenten von ML-Systemen, wie automatische Differenzierung, Tensor-Abstraktionen und die Orchestrierung von GPU-Ressourcen.

    Instructional content on programming hardware acceleration and defining interfaces for specialized AI chips.

    TeXcomputer-systemsmachine-learningsoftware-architecture
    Auf GitHub ansehen↗4,813
  • mindspore-ai/mindsporeAvatar von mindspore-ai

    mindspore-ai/mindspore

    4,691Auf GitHub ansehen↗

    MindSpore ist ein Deep-Learning-Framework, das für das Erstellen und Trainieren neuronaler Netze in Cloud-, Edge- und Mobilumgebungen entwickelt wurde. Es fungiert als verteiltes Trainingssystem und hardwarebeschleunigtes KI-Toolkit, das in der Lage ist, Arbeitslasten auf CPUs, GPUs und spezialisierten KI-Prozessoren auszuführen. Das Projekt enthält eine Engine für automatische Differenzierung, die Gradienten durch Quelltransformation und statische Kompilierung berechnet. Es ermöglicht verteiltes Modelltraining durch Aufteilen von Arbeitslasten auf Hardware unter Verwendung von Daten- und Modellparallelität. Das Framework deckt plattformübergreifende KI-Bereitstellung und Modellinferenz ab und nutzt ein Hochleistungs-Toolkit zur Beschleunigung der Ausführung und Bereitstellung. Es bietet spezialisierte Beschleunigung für Ascend-Hardware und unterstützt hardwareunabhängige Operator-Zuordnung für heterogene Geräte-Backends. Die Umgebung kann über einen Paketmanager installiert oder auf Linux-Systemen für Standard- oder spezialisierte KI-Prozessorumgebungen aus dem Quellcode kompiliert werden.

    Provides specialized acceleration and optimizations specifically for Ascend AI processors.

    C++
    Auf GitHub ansehen↗4,691
  1. Home
  2. Artificial Intelligence & ML
  3. AI Hardware Acceleration

Unter-Tags erkunden

  • Ascend Processor OptimizationsArchitectural optimizations and libraries specifically designed for the Ascend AI processor series. **Distinct from AI Hardware Acceleration:** Focuses on specific Ascend hardware rather than general AI chip architectures
  • Chip-Level Optimizations2 Sub-TagsCoordinates chip-level features, communication protocols, and framework optimizations for AI accelerators. **Distinct from AI Hardware Acceleration:** Distinct from AI Hardware Acceleration: focuses on integration and coordination rather than chip architecture itself.
  • Hardware Role ExplanationsEducational content explaining how hardware components affect AI system performance. **Distinct from AI Hardware Acceleration:** Distinct from AI Hardware Acceleration: focuses on explaining hardware roles rather than providing acceleration hardware or software.
  • Hardware Role TutorialsEducational articles explaining the role of hardware components in AI systems. **Distinct from AI Hardware Acceleration:** Distinct from AI Hardware Acceleration: focuses on explaining hardware roles rather than providing acceleration hardware or software.