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

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

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

12 个仓库

Awesome GitHub RepositoriesGPU-Accelerated Compilers

Compilers that target graphics hardware for high-performance parallel execution.

Distinct from GPU Acceleration: Distinct from general GPU acceleration tools: focuses on the compilation process for concurrent hardware targets.

Explore 12 awesome GitHub repositories matching operating systems & systems programming · GPU-Accelerated Compilers. Refine with filters or upvote what's useful.

Awesome GPU-Accelerated Compilers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/jaxgoogle 的头像

    google/jax

    35,835在 GitHub 上查看↗

    JAX is a hardware-accelerated array library and automatic differentiation system for numerical computing. It provides a framework compatible with NumPy that extends array operations with a just-in-time compiler to transform Python functions into optimized kernels for execution on GPU and TPU accelerators. The system differentiates itself through the use of an XLA-based compiler and a single program multiple data sharding model. These capabilities allow the library to distribute large-scale computations across multiple hardware accelerators using both automatic parallelization and manual shard

    Converts pure functions into optimized kernels for high-performance execution on specialized accelerators.

    Python
    在 GitHub 上查看↗35,835
  • genesis-embodied-ai/genesisGenesis-Embodied-AI 的头像

    Genesis-Embodied-AI/Genesis

    29,362在 GitHub 上查看↗

    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

    Compiles high-level functions into optimized parallel kernels for various graphics and compute backends.

    Python
    在 GitHub 上查看↗29,362
  • genesis-embodied-ai/genesis-worldGenesis-Embodied-AI 的头像

    Genesis-Embodied-AI/genesis-world

    29,351在 GitHub 上查看↗

    Genesis World is an embodied AI simulation platform designed for training robotic agents through physics-based interactions. It centers on a multi-physics simulation engine that integrates rigid body, particle, and finite element method dynamics, supported by a parallel simulation kernel compiler that translates Python functions into optimized GPU and CPU kernels. The platform features a photorealistic robot renderer that utilizes path-tracing and Gaussian Splatting to generate synthetic training data. It includes a domain randomization framework to vary lighting and physical parameters acros

    Translates high-level Python functions into optimized machine code for parallel execution on GPUs.

    Python
    在 GitHub 上查看↗29,351
  • higherorderco/bendHigherOrderCO 的头像

    HigherOrderCO/Bend

    19,175在 GitHub 上查看↗

    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 high-level logic into a concurrent format optimized for execution on graphics hardware.

    Rust
    在 GitHub 上查看↗19,175
  • blender/blenderblender 的头像

    blender/blender

    18,787在 GitHub 上查看↗

    Blender is a professional 3D creation suite designed for modeling, animation, rendering, and video editing. It functions as an open-source 3D engine that provides a comprehensive framework for procedural geometry, physics simulation, and high-quality visual output. The platform is built upon a foundational architecture that utilizes data-block-based memory management and a dependency-graph-based evaluation system to handle complex scene transformations and geometry updates. The software distinguishes itself through a highly modular, node-based procedural architecture that allows users to cons

    Compiles specialized compute kernels for graphics hardware to accelerate ray-traced rendering tasks.

    C++3danimationb3d
    在 GitHub 上查看↗18,787
  • halide/halidehalide 的头像

    halide/Halide

    6,572在 GitHub 上查看↗

    Compiles and runs pipeline stages on a GPU using the appropriate compute API.

    C++compilerdslgpu
    在 GitHub 上查看↗6,572
  • nvidia/isaac-gr00tNVIDIA 的头像

    NVIDIA/Isaac-GR00T

    6,222在 GitHub 上查看↗

    Maps C++ and Fortran parallel constructs to GPU execution using standard language features and compilers.

    Jupyter Notebook
    在 GitHub 上查看↗6,222
  • tile-ai/tilelangtile-ai 的头像

    tile-ai/tilelang

    5,226在 GitHub 上查看↗

    TileLang is a Python-embedded domain-specific language compiler that JIT-compiles and autotunes GPU kernels. It uses a tile-based DSL, automatic software pipelining, and parallel autotuning to generate optimized GPU kernels at runtime. It supports tensor core operations with Pythonic syntax, automatic memory management, and thread mapping. The compiler searches over tile sizes, thread counts, and scheduling policies, compiling and benchmarking candidates in parallel to find the fastest kernel. It also caches compiled binaries and tuning results to disk for reuse across sessions. TileLang inc

    Binds kernel functions to hardware-aware templates for targeted configuration generation.

    Python
    在 GitHub 上查看↗5,226
  • answerdotai/gpu.cppAnswerDotAI 的头像

    AnswerDotAI/gpu.cpp

    3,981在 GitHub 上查看↗

    gpu.cpp 是一个轻量级的 C++ 库,用于跨不同硬件供应商和操作系统执行底层通用 GPU 计算。它作为一个便携式 GPU 包装器、内核编排器和张量管理系统,利用 WebGPU 规范来抽象设备初始化、缓冲区传输和计算着色器调度。 该库提供了一个框架,用于从着色器代码定义计算内核,并管理其异步调度与同步。它支持跨平台计算着色器的执行,并通过标准化的图形处理器规范编排 GPU 任务。 该系统处理 GPU 内存的全生命周期,包括多维张量的分配、通过暂存缓冲区在主机与设备之间的双向数据移动,以及防止内存泄漏的资源跟踪。它还支持用于创建非所有权内存段视图的张量切片,并包含系统消息日志记录和严重性过滤工具。

    Maps buffers and tensors to specific indices so a GPU kernel can access them during execution.

    C++
    在 GitHub 上查看↗3,981
  • zml/zmlzml 的头像

    zml/zml

    3,171在 GitHub 上查看↗

    zml is a machine learning model compiler and cross-platform inference engine that transforms model descriptions into optimized executable binaries for specific hardware accelerators. It functions as a model deployment toolkit and hardware-agnostic orchestrator, utilizing a tensor-based architecture definition to provide strong type checking during the compilation process. The project distinguishes itself through the ability to shard tensors and distribute large-scale AI workloads across a logical mesh of multiple devices. It further supports the remote model lifecycle by authenticating and do

    Compiles model definitions into optimized binaries targeting GPU and CPU accelerators for high-performance execution.

    Zigaibazelhpc
    在 GitHub 上查看↗3,171
  • intel/llvmintel 的头像

    intel/llvm

    1,497在 GitHub 上查看↗

    The project is a reusable collection of modular compiler and toolchain technologies designed for building optimizers, code generators, and multi-language programming environments. It provides foundational compiler frontend technologies that translate source code written in C, C++, and Objective-C into a low-level programming language and intermediate code format. This intermediate representation enables cross-language analysis, program transformation, and target-independent optimization alongside a cross-platform programming framework that allows developers to write single-source accelerated a

    Translates high-level code into optimized machine instructions for diverse hardware accelerators.

    LLVMintelllvmoneapi
    在 GitHub 上查看↗1,497
  • tiramisu-compiler/tiramisuTiramisu-Compiler 的头像

    Tiramisu-Compiler/tiramisu

    960在 GitHub 上查看↗

    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

    Translates high-level mathematical expressions and algorithms into optimized machine code for CPUs, GPUs, and FPGAs.

    C++code-generationcompilerdeep-neural-networks
    在 GitHub 上查看↗960
  1. Home
  2. Operating Systems & Systems Programming
  3. Hardware Interfacing and Drivers
  4. Hardware Acceleration
  5. GPU Acceleration
  6. GPU-Accelerated Compilers

探索子标签

  • Hardware Accelerator CompilersTranslates high-level mathematical expressions and algorithms into optimized machine code for CPUs, GPUs, and FPGAs. **Distinct from GPU-Accelerated Compilers:** Distinct from GPU-accelerated compilers: translates high-level expressions into optimized machine code for diverse accelerators including FPGAs and CPUs.
  • Multi-Language GPU Compilers1 个子标签Compilers that translate C, C++, and Fortran code to run on NVIDIA GPUs using standard languages, OpenACC directives, or CUDA. **Distinct from GPU-Accelerated Compilers:** Distinct from GPU-Accelerated Compilers: focuses on compiling multiple standard languages (C, C++, Fortran) for GPU execution, not just image processing pipelines.
  • Pipeline GPU CompilersCompilers that target graphics hardware for executing image processing pipeline stages. **Distinct from GPU-Accelerated Compilers:** Distinct from GPU-Accelerated Compilers: focuses on compiling image processing pipelines specifically, not general-purpose code.
  • Pure Function Kernels1 个子标签Specialized compilation of pure functions into optimized kernels for hardware accelerators. **Distinct from GPU-Accelerated Compilers:** Distinct from GPU-Accelerated Compilers: specifically targets the transformation of pure functional logic into kernels.