awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

5 Repos

Awesome GitHub RepositoriesParallelizing Compilers

Compilers that automatically transform functional code into parallel execution formats.

Distinct from High-Performance and Parallel Computing: Distinct from general high-performance computing: focuses on the automated transformation of code for parallel hardware.

Explore 5 awesome GitHub repositories matching scientific & mathematical computing · Parallelizing Compilers. Refine with filters or upvote what's useful.

Awesome Parallelizing Compilers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • genesis-embodied-ai/genesisAvatar von Genesis-Embodied-AI

    Genesis-Embodied-AI/Genesis

    29,362Auf GitHub ansehen↗

    Genesis is an embodied AI simulation platform and parallelized robotics simulator designed for training general-purpose robotic agents. It integrates a physics engine for robotics that calculates collisions and movements for rigid bodies, soft tissues, and fluids, alongside a photorealistic 3D rendering engine. The platform features a domain randomization framework to vary environment parameters across parallel simulations, aiding in sim-to-real transfer. It supports the integration of real-world captured light fields and Gaussian splatting to provide photorealistic backgrounds within simulat

    Translates high-level functions into optimized parallel kernels for high-performance hardware execution.

    Python
    Auf GitHub ansehen↗29,362
  • higherorderco/bendAvatar von HigherOrderCO

    HigherOrderCO/Bend

    19,175Auf GitHub ansehen↗

    Bend is a high-level parallel programming language and compiler designed to execute code across multi-core CPUs and GPUs automatically. By translating functional source code into a graph-based intermediate representation, it enables massive parallel execution without requiring manual management of threads, locks, or atomic operations. The runtime operates as an interaction net engine, where computations are represented as networks of nodes that reduce through local rewriting rules. This model utilizes a work-stealing scheduler to distribute tasks across thousands of hardware threads, ensuring

    Translates functional code into a concurrent format to achieve near-ideal speedup on parallel hardware.

    Rust
    Auf GitHub ansehen↗19,175
  • numba/numbaAvatar von numba

    numba/numba

    10,918Auf GitHub ansehen↗

    Numba ist ein Just-in-Time-Compiler, der hochsprachliche Python-Funktionen zur Laufzeit in optimierten Maschinencode übersetzt. Durch die Nutzung der LLVM-Compiler-Infrastruktur bietet es ein Framework zur Beschleunigung numerischer Datenverarbeitung und mathematischer Berechnungen, was Leistungsniveaus ermöglicht, die mit statisch kompilierten Sprachen vergleichbar sind. Das Projekt zeichnet sich durch seine Fähigkeit zur typinferenzbasierten Spezialisierung aus, die Maschinenbefehle generiert, welche auf die während der Ausführung verwendeten Datentypen zugeschnitten sind. Es verwendet eine Lazy-Compilation-Pipeline, die die Übersetzung bis zum Moment des Aufrufs verzögert, wodurch der Start-Overhead minimiert und eine konsistente Leistung über verschiedene Prozessorarchitekturen und Betriebssysteme hinweg beibehalten wird. Über die reine Kompilierung hinaus bietet das Toolkit umfassende Unterstützung für Hardwarebeschleunigung durch die Verteilung iterativer Operationen und Array-Ausdrücke auf mehrere CPU-Kerne und Grafikprozessoren. Es nutzt Vektorisierungs- und Parallelisierungsstrategien, um den Durchsatz für große numerische Datensätze zu maximieren, wodurch Entwickler spezialisierte Hardware direkt aus Standardcode ansprechen können.

    Automatically transforms code into parallel execution formats to ensure consistent performance across architectures.

    Pythoncompilercudallvm
    Auf GitHub ansehen↗10,918
  • iree-org/ireeAvatar von iree-org

    iree-org/iree

    3,819Auf GitHub ansehen↗

    IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various frameworks into optimized binaries for execution across diverse hardware targets. It provides a unified pipeline to ingest models from PyTorch, TensorFlow, JAX, and ONNX, lowering them into a common intermediate representation for deployment on CPUs, GPUs, and bare-metal embedded systems. The project distinguishes itself through a bytecode virtual machine and a hardware abstraction layer that decouple high-level model logic from specific hardware instruction sets. It supports sophis

    Defines structures to represent and optimize parallel execution patterns within a compiled machine learning model.

    C++compilercudajax
    Auf GitHub ansehen↗3,819
  • tiramisu-compiler/tiramisuAvatar von Tiramisu-Compiler

    Tiramisu-Compiler/tiramisu

    960Auf GitHub ansehen↗

    Tiramisu is a polyhedral C++ compiler framework designed to express and optimize data-parallel algorithms for diverse hardware accelerators. It provides a programming interface that allows developers to define mathematical expressions, manage loop iteration spaces, and organize functions targeting heterogeneous architectures. The system features an advanced compilation infrastructure that abstracts computations into a hardware-agnostic intermediate representation before lowering them into native machine code or hardware configuration bitstreams. It calculates exact data flow dependencies thro

    A specialized compiler tool that transforms high-level loop structures and matrix operations to maximize hardware execution efficiency.

    C++code-generationcompilerdeep-neural-networks
    Auf GitHub ansehen↗960
  1. Home
  2. Scientific & Mathematical Computing
  3. High-Performance Execution Environments
  4. High-Performance and Parallel Computing
  5. Parallelizing Compilers

Unter-Tags erkunden

  • Data Parallel Optimization ToolsA specialized compiler tool that transforms high-level loop structures and matrix operations to maximize hardware execution efficiency. **Distinct from Parallelizing Compilers:** Distinct from parallelizing compilers: functions as a specialized compiler tool transforming high-level loops and matrix operations.
  • Parallel Execution PatternsStructures that represent and optimize parallel execution patterns within compiled models. **Distinct from Parallelizing Compilers:** Defines the representation of parallel patterns in the model rather than the automated transformation of functional code.