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
·

GPU acceleration libraries

Ranking aktualisiert am 13. Juli 2026

For gpu acceleration interfaces, the strongest matches are google/jax (JAX provides a unified, NumPy-compatible interface for high-performance GPU), nvidia/cuda-python (This library provides direct Python bindings for the CUDA) and pytorch/pytorch (PyTorch is a comprehensive GPU computing framework that provides). thrust/thrust and cupy/cupy round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explore the best GPU acceleration libraries. Compare top-rated open-source interfaces by performance and activity to find the best fit for your project.

GPU acceleration libraries

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • google/jaxAvatar von google

    google/jax

    35,835Auf GitHub ansehen↗

    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

    JAX provides a unified, NumPy-compatible interface for high-performance GPU computing, featuring automatic kernel compilation via XLA, Python bindings, and robust support for multi-GPU distribution.

    PythonJIT Kernel CompilersJust-In-Time Kernel Compilers
    Auf GitHub ansehen↗35,835
  • nvidia/cuda-pythonAvatar von NVIDIA

    NVIDIA/cuda-python

    3,170Auf GitHub ansehen↗

    cuda-python provides low-level Python bindings for the CUDA Driver and Runtime APIs. It serves as a programmatic wrapper for controlling device memory, managing hardware toolchains, and orchestrating execution graphs on NVIDIA GPUs, allowing for the compilation and launching of parallel kernels directly from Python. The project enables the development of SIMT kernels and the execution of mathematical algorithms on device memory. It integrates pre-compiled bytecode as custom operators and interfaces with accelerated device libraries to access low-level hardware functions without leaving the la

    This library provides direct Python bindings for the CUDA Driver and Runtime APIs, enabling low-level control over GPU memory, kernel execution, and hardware orchestration, though it is specific to NVIDIA hardware rather than a cross-platform framework.

    CythonJIT Kernel CompilersPython BindingsGPU Acceleration Libraries
    Auf GitHub ansehen↗3,170
  • pytorch/pytorchAvatar von pytorch

    pytorch/pytorch

    100,814Auf GitHub ansehen↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic differentiation system that allows for flexible, non-static graph execution. The framework is designed for deep integration with Python, enabling natural usage alongside standard scientific computing ecosystems. It distinguishes itself through a comprehensive distributed training sui

    PyTorch is a comprehensive GPU computing framework that provides a unified interface for tensor operations, featuring native CUDA support, Python bindings, automatic kernel compilation, and robust multi-GPU training capabilities.

    PythonPython BindingsNative Extension Interfaces
    Auf GitHub ansehen↗100,814
  • thrust/thrustAvatar von thrust

    thrust/thrust

    5,003Auf GitHub ansehen↗

    Thrust is a heterogeneous computing library and C++ template library that provides a collection of high-level templates for executing data-parallel operations. It functions as a parallel algorithms library designed to work across different hardware backends, including multicore CPUs and NVIDIA GPU hardware. The framework utilizes a header-only implementation and a generic-programming policy interface to abstract the differences between CPU and GPU memory and execution models. It employs an iterator-based data abstraction to provide a uniform interface for accessing elements across host RAM an

    Thrust provides a high-level, unified interface for parallel algorithms across CPU and GPU backends, serving as a robust C++ framework for heterogeneous computing despite lacking native Python bindings or OpenCL support.

    C++CUDA LibrariesHeterogeneous Computing Libraries
    Auf GitHub ansehen↗5,003
  • cupy/cupyAvatar von cupy

    cupy/cupy

    11,000Auf GitHub ansehen↗

    CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and numerical computing on NVIDIA GPUs. It serves as a GPU-accelerated numerical library and a CUDA-based SciPy implementation, offloading heavy calculations to graphics hardware to increase processing speed for scientific and engineering workloads. The library enables multi-framework tensor exchange, allowing data buffers to be shared between different deep learning frameworks using standardized memory layouts to avoid memory copies. It also supports custom GPU kernel integratio

    CuPy provides a NumPy-compatible interface for GPU-accelerated numerical computing with support for CUDA, Python bindings, and JIT kernel compilation, making it a specialized framework for offloading array-based tasks to NVIDIA hardware.

    PythonJIT Kernel CompilersGPU Acceleration Libraries
    Auf GitHub ansehen↗11,000
  • taichi-dev/taichiAvatar von taichi-dev

    taichi-dev/taichi

    27,982Auf GitHub ansehen↗

    Taichi is a domain-specific programming language embedded in Python designed for high-performance numerical computing and computer graphics. It functions as a parallel compiler that translates high-level mathematical expressions into optimized machine instructions, enabling developers to write compute-intensive algorithms that execute across diverse hardware architectures, including CPUs, GPUs, and specialized accelerators. The project distinguishes itself through a hardware-agnostic execution layer that maps parallel operations to multiple backends such as CUDA, Metal, and Vulkan. By utilizi

    Taichi provides a unified, Python-embedded interface for high-performance parallel computing that automatically compiles code for multiple GPU backends including CUDA, making it a comprehensive framework for offloading computational tasks.

    C++Domain Specific LanguagesProgramming LanguagesCompiler Infrastructure
    Auf GitHub ansehen↗27,982
  • tinygrad/tinygradAvatar von tinygrad

    tinygrad/tinygrad

    33,147Auf GitHub ansehen↗

    Tinygrad is a deep learning framework and tensor computation engine designed for building and training neural networks. It functions as a hardware abstraction layer that manages device memory, command queues, and kernel dispatching across heterogeneous computing architectures. By utilizing a lazy-evaluation approach, the framework constructs computational graphs that defer execution until data is explicitly required, allowing it to process only the necessary operations for a given result. The project distinguishes itself through a just-in-time compilation layer that transforms abstract comput

    Tinygrad provides a unified hardware abstraction layer that compiles tensor operations into kernels for various backends, effectively serving as a framework for offloading computations to GPUs and other accelerators.

    PythonJust-In-Time Kernel CompilersKernel Fusion CompilersModel Compilation Utilities
    Auf GitHub ansehen↗33,147
  • jax-ml/jaxAvatar von jax-ml

    jax-ml/jax

    35,828Auf GitHub ansehen↗

    This project is a high-performance numerical computing library designed for large-scale scientific and machine learning workloads. It functions as an automatic differentiation framework and a just-in-time compilation engine, transforming high-level Python code into optimized machine instructions. By enforcing pure functional programming patterns and immutable array semantics, the library ensures that mathematical functions remain compatible with automated graph transformations and symbolic differentiation. The platform distinguishes itself through its distributed array computing capabilities,

    JAX provides a unified interface for high-performance numerical computing and automatic differentiation that abstracts GPU offloading via XLA, making it a powerful framework for hardware-accelerated tasks despite its primary focus on machine learning workflows.

    PythonGPU Acceleration Libraries
    Auf GitHub ansehen↗35,828
  • 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

    Bend is a high-level parallel programming language and compiler that automatically offloads functional code to GPUs, providing a unified interface for parallel execution that fits the category of a GPU computing framework.

    RustParallelConcurrent Programming LanguagesGPU-Accelerated Compilers
    Auf GitHub ansehen↗19,175
  • nvidia/cutlassAvatar von NVIDIA

    NVIDIA/cutlass

    9,904Auf GitHub ansehen↗

    Cutlass is a collection of C++ templates and Python interfaces for implementing high-performance linear algebra operations on NVIDIA GPUs. It provides a kernel composition framework for designing custom GPU kernels and a mixed-precision tensor library capable of executing operations across diverse data formats, ranging from 64-bit floating point to 4-bit integers. The project features a toolkit for operator fusion that integrates activation functions and bias calculations directly into matrix multiplication kernels to reduce memory passes. It also includes a Python-based domain-specific langu

    This is a specialized framework for composing and optimizing high-performance linear algebra kernels on NVIDIA GPUs, providing the necessary Python bindings and kernel compilation tools for advanced GPU computing tasks.

    C++GPU Kernel ImplementationsCompute EnginesCUDA-Accelerated Libraries
    Auf GitHub ansehen↗9,904
  • nvidia/thrustAvatar von NVIDIA

    NVIDIA/thrust

    5,003Auf GitHub ansehen↗

    Thrust is a C++ parallel algorithms library that provides a suite of standard-library-inspired interfaces for execution on multi-core and accelerator hardware. It serves as a CUDA-accelerated data library and a generic parallel programming interface designed to enable high-performance data processing across GPUs and CPUs. The project implements a portable abstraction layer that allows for heterogeneous computing workflows, enabling the same core algorithm logic to run on different hardware accelerators. This is achieved through a generic programming policy design and a backend-agnostic execut

    Thrust is a C++ parallel algorithms library that provides a unified, policy-based interface for offloading computations to GPUs and CPUs, serving as a robust framework for heterogeneous computing.

    C++C++ Parallelism LibrariesCPU-GPU Backend Switching AbstractionsCross-Platform Compute Abstractions
    Auf GitHub ansehen↗5,003
  • juliagpu/cuda.jlAvatar von JuliaGPU

    JuliaGPU/CUDA.jl

    1,409Auf GitHub ansehen↗

    CUDA.jl provides a programming interface for executing custom kernels and performing parallel array computing directly on NVIDIA graphics hardware using the Julia language. It serves as a framework for compiling and scheduling user-defined functions across multiple processing cores, enabling high-performance data processing and task synchronization. The library distinguishes itself through a custom compiler backend that translates high-level language functions into hardware-specific machine code. It manages complex hardware interactions through asynchronous stream scheduling, unified memory m

    This library provides a direct interface for CUDA programming within the Julia ecosystem, enabling GPU-accelerated computation and kernel execution, though it is specific to the Julia language rather than a general-purpose Python-based framework.

    JuliaCUDA Libraries
    Auf GitHub ansehen↗1,409
  • acceleratehs/accelerateAvatar von AccelerateHS

    AccelerateHS/accelerate

    1,012Auf GitHub ansehen↗

    Accelerate is a framework for high-performance array computing that provides a domain-specific language for expressing complex mathematical and parallel computations. By utilizing a declarative programming interface, it allows users to define high-level array transformations that are automatically translated into optimized machine code for diverse hardware architectures. The system distinguishes itself through a modular architecture that decouples high-level array operations from hardware-specific instructions. It employs just-in-time compilation and kernel fusion to transform programs into e

    This library provides a domain-specific language for high-performance array computations that targets GPUs via CUDA and LLVM, serving as a functional framework for offloading parallel tasks.

    HaskellGPU Acceleration Libraries
    Auf GitHub ansehen↗1,012
  • tensor-compiler/tacoAvatar von tensor-compiler

    tensor-compiler/taco

    1,360Auf GitHub ansehen↗

    Taco is a sparse tensor algebra compiler that translates high-level tensor index expressions into optimized machine code. It functions as a numerical code generator, producing specialized C kernels designed to execute complex multidimensional array operations efficiently on both CPU and GPU hardware. The project distinguishes itself by allowing users to define custom tensor storage layouts by composing dimension-level formats, such as dense or compressed structures, to match the specific sparsity patterns of their datasets. By analyzing the mathematical structure of tensor operations at compi

    This library provides a specialized compiler for sparse tensor algebra that supports GPU execution, serving as a targeted tool for offloading complex linear algebra computations.

    C++High-Performance Tensor LibrariesTensor Expression CompilersC Code Generators
    Auf GitHub ansehen↗1,360
  • numba/numbaAvatar von numba

    numba/numba

    10,918Auf GitHub ansehen↗

    Numba is a just-in-time compiler that translates high-level Python functions into optimized machine code at runtime. By leveraging the LLVM compiler infrastructure, it provides a framework for accelerating numerical data processing and mathematical computations, enabling performance levels comparable to statically compiled languages. The project distinguishes itself through its ability to perform type-inference-based specialization, which generates machine instructions tailored to the specific data types used during execution. It employs a lazy compilation pipeline that defers translation unt

    Numba provides a unified Python-based interface for GPU computing by using just-in-time compilation to generate CUDA kernels directly from Python functions, effectively meeting the core requirements for GPU acceleration and multi-GPU support.

    PythonPython CompilersExecution Performance OptimizersJust-in-Time Compilation Pipelines
    Auf GitHub ansehen↗10,918
  • taskflow/taskflowAvatar von taskflow

    taskflow/taskflow

    12,013Auf GitHub ansehen↗

    Taskflow is a C++ task-parallel framework designed to build high-performance parallel workflows and complex dependency graphs. It provides a programming model that organizes computational work into directed acyclic graphs, enabling developers to manage concurrency, resource scheduling, and task dependencies across multi-core CPUs and GPU accelerators. The framework distinguishes itself through its ability to orchestrate heterogeneous systems, allowing for the integration of hardware-accelerated kernels and memory operations into unified execution pipelines. It supports dynamic runtime subflow

    Taskflow provides a unified C++ framework for orchestrating heterogeneous tasks across CPUs and GPUs, offering the necessary abstractions for kernel dispatching and dependency management in parallel workflows.

    C++C++ Task EnginesDirected Acyclic Graph EnginesTask-Based Concurrency Frameworks
    Auf GitHub ansehen↗12,013
  • gpujs/gpu.jsAvatar von gpujs

    gpujs/gpu.js

    15,377Auf GitHub ansehen↗

    This library is a JavaScript framework for general-purpose computing on graphics processing units. It enables the execution of parallel mathematical operations directly within the browser by offloading data-heavy calculations to graphics hardware. The project functions as a web-based math accelerator that converts standard JavaScript functions into shader code for execution on the graphics processor. It provides a unified interface that detects available graphics APIs and manages data transfer between system and graphics memory. To ensure compatibility across diverse environments, the library

    This library provides a unified interface for GPGPU computing by transpiling JavaScript functions into shader code, though it targets web and Node.js environments rather than traditional CUDA or OpenCL-based workflows.

    JavaScriptJavaScript GPGPU LibrariesWeb-Based GPGPU FrameworksWeb-Based Math Accelerators
    Auf GitHub ansehen↗15,377
  • answerdotai/gpu.cppAvatar von AnswerDotAI

    AnswerDotAI/gpu.cpp

    3,981Auf GitHub ansehen↗

    gpu.cpp is a lightweight C++ library for executing low-level general-purpose GPU computation across different hardware vendors and operating systems. It functions as a portable GPU wrapper, kernel orchestrator, and tensor management system using the WebGPU specification to abstract device initialization, buffer transfers, and compute shader dispatching. The library provides a framework for defining compute kernels from shader code and managing their asynchronous dispatch and synchronization. It enables the execution of cross-platform compute shaders and the orchestration of GPU tasks through

    This library provides a unified C++ interface for cross-platform GPU computation by abstracting hardware-specific APIs through WebGPU, making it a suitable framework for offloading tasks despite its focus on shader-based orchestration rather than traditional CUDA/OpenCL kernels.

    C++GPU Hardware Abstraction LayersWebGPU ImplementationsCompute Shader Dispatchers
    Auf GitHub ansehen↗3,981
  • deepspeedai/deepspeedAvatar von deepspeedai

    deepspeedai/DeepSpeed

    42,528Auf GitHub ansehen↗

    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

    DeepSpeed is a specialized framework for distributed deep learning training and inference that provides a unified interface for managing GPU-accelerated workloads across clusters, though it is focused on model parallelism rather than general-purpose GPU kernel compilation.

    PythonDistributed Memory OptimizersDistributed Training FrameworksDistributed Training Optimizers
    Auf GitHub ansehen↗42,528
  • 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

    IREE provides a unified compiler and runtime interface for offloading machine learning workloads to diverse hardware including GPUs, effectively serving as a framework for hardware-agnostic computational execution.

    C++Hardware AccelerationMLIR Compiler ToolchainsModel Compilers
    Auf GitHub ansehen↗3,819
Die Top 10 auf einen Blick vergleichen
RepositoryStarsSpracheLizenzLetzter Push
google/jax35.8KPythonApache-2.017. Juni 2026
nvidia/cuda-python3.2KCythonother20. Feb. 2026
pytorch/pytorch100.8KPythonNOASSERTION16. Juni 2026
thrust/thrust5KC++NOASSERTION8. Feb. 2024
cupy/cupy11KPythonMIT17. Juni 2026
taichi-dev/taichi28KC++apache-2.05. Jan. 2026
tinygrad/tinygrad33.1KPythonMIT23. Juni 2026
jax-ml/jax35.8KPythonApache-2.016. Juni 2026
higherorderco/bend19.2KRustapache-2.03. Juni 2025
nvidia/cutlass9.9KC++NOASSERTION16. Juni 2026

Related searches

  • GPU acceleration tools
  • Plattformübergreifende Grafik-Abstraktionsbibliothek
  • a library for LLM function calling
  • a framework for building web APIs
  • Generic interface libraries
  • Leitfaden für WebGPU-Shader-Programmierung
  • a library for native webview communication
  • Kernel driver development