awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesMulti-Dimensional Parallelism

Combining data, model, and tensor parallelism strategies to distribute workloads across large clusters.

Distinct from Tensor Parallelism: Covers the combination of multiple parallelism dimensions, whereas tensor parallelism is just one dimension.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Multi-Dimensional Parallelism. Refine with filters or upvote what's useful.

Awesome Multi-Dimensional Parallelism GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • infrasys-ai/aisystemInfrasys-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

    Splits tensors and datasets across clusters using combined data and model parallelism coordinated via collective communication.

    Jupyter Notebookaiaiinfraaisys
    在 GitHub 上查看↗17,017
  • tensorflow/tputensorflow 的头像

    tensorflow/tpu

    5,281在 GitHub 上查看↗

    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

    Defines the physical arrangement of chips in grids to optimize data flow and interconnects for massive parallelism.

    Jupyter Notebook
    在 GitHub 上查看↗5,281
  • quantumlib/cirqquantumlib 的头像

    quantumlib/Cirq

    4,990在 GitHub 上查看↗

    Cirq 是一个 Python 量子计算框架,用于在含噪声中等规模量子(NISQ)硬件上设计、模拟和执行量子电路。它既是一个量子电路模拟器和噪声建模器,也是实现量子算法的工具。 该框架为 NISQ 硬件提供了专门的接口,允许用户将逻辑量子电路映射到物理设备拓扑,同时验证硬件连接性和门约束。它通过集成噪声建模脱颖而出,应用去极化和阻尼通道来模拟真实量子处理器中发现的退相干和错误。 该项目涵盖了广泛的功能,包括量子电路设计、硬件集成和状态模拟。它包括用于门分解、硬件拓扑映射以及执行傅里叶变换和非结构化数据搜索等基本量子过程的工具。此外,它还提供了用于分子基态计算和硬件保真度基准测试的分析工具。

    Translates quantum circuits to generic device topologies to ensure compatibility with physical qubit layouts.

    Pythonalgorithmsapicirq
    在 GitHub 上查看↗4,990
  1. Home
  2. Artificial Intelligence & ML
  3. Tensor Parallelism
  4. Multi-Dimensional Parallelism

探索子标签

  • Physical Topology Mapping1 个子标签Defining the physical grid arrangement of accelerator chips to optimize interconnect data flow. **Distinct from Multi-Dimensional Parallelism:** Distinct from Multi-Dimensional Parallelism: focuses on the physical hardware layout rather than the logical distribution of weights/batches.