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 tools

Ranking aktualisiert am 17. Juli 2026

For gpu acceleration tools, the strongest matches are nvidia/tensorrt (TensorRT is a specialized SDK and inference engine that), pytorch/pytorch (PyTorch is a comprehensive machine learning framework that provides) and thrust/thrust (Thrust is a C++ template library that provides high-level). uber/horovod and tensorflow/tensorflow round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explore the best GPU acceleration tools for your projects. We compare top open-source libraries by activity and features to help you pick the right one.

GPU acceleration tools

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nvidia/tensorrtAvatar von NVIDIA

    NVIDIA/TensorRT

    13,076Auf GitHub ansehen↗

    TensorRT is a deep learning inference engine and software development kit designed to optimize and deploy neural networks for high-performance execution on NVIDIA GPUs. It functions as a GPU acceleration framework that reduces latency and increases throughput for trained models during production deployment. The toolkit imports models from the Open Neural Network Exchange format and transforms them into optimized engines. It utilizes graph-based model optimization, layer-fusion kernel generation, and precision-based quantization to convert floating point weights into lower precision formats.

    TensorRT is a specialized SDK and inference engine that provides high-performance GPU acceleration for deep learning models, directly addressing the need for optimized hardware-accelerated computing on NVIDIA GPUs.

    C++Deep Learning AccelerationGPU-Accelerated
    Auf GitHub ansehen↗13,076
  • 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 machine learning framework that provides native GPU acceleration, extensive CUDA support, and robust multi-GPU capabilities, making it a flagship tool for hardware-accelerated deep learning.

    PythonHardware-AcceleratedNative 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 is a C++ template library that provides high-level abstractions for data-parallel operations across GPU and CPU backends, serving as a foundational tool for GPU-accelerated computing.

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

    uber/horovod

    14,686Auf GitHub ansehen↗

    Horovod is a distributed deep learning framework designed to scale machine learning training across multiple GPUs and nodes. It functions as an orchestrator for multi-GPU scaling and a tool for distributed gradient averaging, allowing users to increase compute capacity without rewriting core model logic. The project provides a consistent communication interface that supports multi-framework model distribution across TensorFlow, PyTorch, Keras, and MXNet. It leverages an MPI distributed training library to synchronize gradients across processes using collective communication operations. The s

    Horovod is a distributed training framework that enables multi-GPU and multi-node scaling for deep learning models, directly addressing the need for hardware-accelerated distributed computing.

    PythonMulti-GPU Training UtilitiesDistributed GPU Computing
    Auf GitHub ansehen↗14,686
  • tensorflow/tensorflowAvatar von tensorflow

    tensorflow/tensorflow

    195,697Auf GitHub ansehen↗

    TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The system provides high-level interfaces for defining neural network architectures, alongside a robust engine for managing multidimensional array structures and tensor mathematics. The framework distinguishes itself through a scalable distributed runtime that orchestrates workloads acr

    TensorFlow is a comprehensive machine learning framework that provides native GPU acceleration, multi-GPU support, and deep learning optimization, making it a flagship tool for hardware-accelerated computing.

    C++FrameworksDeferred-Execution Symbolic GraphsDistributed Training Frameworks
    Auf GitHub ansehen↗195,697
  • 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 C++ template library for building high-performance linear algebra kernels on NVIDIA hardware, providing the low-level primitives and kernel composition tools necessary for GPU-accelerated computing.

    C++Tensor Core OptimizationGPU Kernel Implementations
    Auf GitHub ansehen↗9,904
  • 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 comprehensive framework for distributed deep learning that provides advanced hardware-accelerated computing, multi-GPU scaling, and memory-efficient optimization techniques specifically designed for large-scale model training.

    PythonDistributed Memory OptimizersDistributed Training FrameworksDistributed Training Optimizers
    Auf GitHub ansehen↗42,528
  • pjreddie/darknetAvatar von pjreddie

    pjreddie/darknet

    26,461Auf GitHub ansehen↗

    Darknet is a low-level neural network engine and framework written in C. It is designed for training and deploying deep learning models, with a primary focus on convolutional neural networks. The project serves as a CUDA accelerated deep learning library that offloads heavy mathematical operations to NVIDIA graphics hardware. This acceleration is used to increase processing speed and reduce execution time during the training of large networks. The engine supports a range of activities including deep learning research, image recognition development, and the training of convolutional neural ne

    Darknet is a specialized deep learning framework that provides native CUDA acceleration for neural network training and inference, directly addressing the core requirement for GPU-accelerated computing.

    CDeep Learning Acceleration
    Auf GitHub ansehen↗26,461
  • chainer/chainerAvatar von chainer

    chainer/chainer

    5,919Auf GitHub ansehen↗

    Chainer is an open-source deep learning framework built around define-by-run automatic differentiation, where computation graphs are constructed dynamically during forward execution. This imperative approach allows networks to be built using standard Python control flow, with gradients computed automatically through reverse-mode differentiation on the dynamically recorded graph. The framework supports GPU acceleration through a NumPy-compatible array backend with CUDA and cuDNN support, and provides a pluggable device abstraction that lets users switch between CPU and GPU computation without c

    Chainer is a deep learning framework that provides native GPU acceleration through CUDA and cuDNN, making it a specialized tool for hardware-accelerated computing in the context of neural networks.

    PythonDeep Learning AccelerationHardware-Accelerated
    Auf GitHub ansehen↗5,919
  • dmlc/xgboostAvatar von dmlc

    dmlc/xgboost

    28,471Auf GitHub ansehen↗

    XGBoost is a distributed machine learning library for implementing scalable gradient boosting decision trees used for regression, classification, and ranking. It functions as a predictive model framework and a cross-language toolkit, providing a core implementation with native bindings for Python, R, Java, Scala, and C++. The system is designed as a GPU-accelerated library that utilizes CUDA and NCCL to speed up the training of decision tree ensembles. It operates as a distributed framework capable of scaling training and prediction across multi-node clusters and GPU environments to process m

    XGBoost is a specialized machine learning library that provides native GPU acceleration for gradient boosting tasks using CUDA, making it a highly effective tool for hardware-accelerated predictive modeling.

    C++Multi-GPU Training UtilitiesGPU Training Accelerators
    Auf GitHub ansehen↗28,471
  • nvidia/ncclAvatar von NVIDIA

    NVIDIA/nccl

    4,816Auf GitHub ansehen↗

    NCCL is a high-performance communication library and distributed GPU computing framework designed for executing collective and point-to-point data exchanges across multiple GPUs in single or multi-node systems. It serves as an RDMA GPU transport layer and memory orchestrator, facilitating high-bandwidth synchronization of data and model gradients for distributed GPU training and inference. The library is distinguished by its ability to execute communication primitives directly from GPU kernels, removing the host CPU from the critical path. It utilizes topology-aware path selection to optimize

    This library provides the essential communication primitives and multi-GPU synchronization required for distributed GPU computing, though it focuses on data exchange rather than general-purpose compute kernels or deep learning model optimization.

    C++CUDA LibrariesDistributed GPU Computing
    Auf GitHub ansehen↗4,816
  • 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 is a specialized library for GPU-accelerated numerical computing that provides a NumPy-compatible interface for CUDA-based operations, making it a direct tool for hardware-accelerated tasks despite its focus on array processing rather than general-purpose compute frameworks.

    PythonGPU Kernel Implementations
    Auf GitHub ansehen↗11,000
  • uxlfoundation/onednnAvatar von uxlfoundation

    uxlfoundation/oneDNN

    4,009Auf GitHub ansehen↗

    oneDNN is a library for deep learning acceleration that provides optimized building blocks for neural network training and inference. It manages tensor computation across CPU and GPU hardware, enabling the execution of high-performance primitives for model training and neural network inference optimization. The project distinguishes itself through hardware-specific kernel optimization and the use of just-in-time compilation to target specific processor instruction sets. It supports quantized neural network execution using both static and dynamic quantization to reduce memory usage and increas

    This library provides highly optimized primitives for deep learning acceleration across various hardware backends, including GPU support via SYCL, making it a specialized tool for high-performance neural network computation.

    C++Deep Learning Acceleration
    Auf GitHub ansehen↗4,009
  • 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 portable, cross-platform framework for general-purpose GPU computation and kernel orchestration, serving as a direct tool for hardware-accelerated computing even though it focuses on WebGPU abstraction rather than CUDA or OpenCL specifically.

    C++Compute Shader Dispatchers
    Auf GitHub ansehen↗3,981
  • 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 is a just-in-time compiler that provides a direct framework for GPU acceleration by translating Python functions into CUDA kernels, making it a highly effective tool for hardware-accelerated numerical computing.

    PythonGPU Kernel Implementations
    Auf GitHub ansehen↗10,918
  • huggingface/accelerateAvatar von huggingface

    huggingface/accelerate

    9,725Auf GitHub ansehen↗

    Accelerate is a PyTorch distributed training library that abstracts the boilerplate required to run models across multiple GPUs, TPUs, and CPUs. It functions as a deep learning model scaler and distributed hardware orchestrator, allowing the same training script to run on different hardware backends without modifying the core logic. The project provides a distributed training command line interface for configuring compute environments and launching jobs across single or multi-node clusters. It includes a mixed precision training framework to implement FP16 and BF16 precision, reducing memory

    Accelerate is a specialized library for distributed deep learning that abstracts hardware-accelerated training across multiple GPUs and other backends, making it a highly relevant tool for scaling compute-intensive tasks.

    PythonDistributed Training Accelerators
    Auf GitHub ansehen↗9,725
  • 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 is a compiler and runtime framework that enables hardware-accelerated execution of machine learning models across various backends, including CUDA, Vulkan, and ROCm, making it a robust tool for GPU-accelerated computing.

    C++Vulkan Compute ExecutionNVIDIA GPU Kernels
    Auf GitHub ansehen↗3,819
  • 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 is a high-performance numerical computing library that provides native GPU acceleration and multi-device support for machine learning and scientific workloads, making it a core tool for GPU-accelerated computing.

    PythonAutomatic Differentiation EnginesAutomatic Differentiation FrameworksCompiler Infrastructure
    Auf GitHub ansehen↗35,828
  • 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 is a deep learning framework that functions as a hardware abstraction layer for tensor computation, providing the necessary kernel dispatching and device management to enable GPU-accelerated operations across various architectures.

    PythonDeep Learning FrameworksAutomatic Differentiation EnginesComputation Engines
    Auf GitHub ansehen↗33,147
  • 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 repository provides the low-level Python bindings necessary to interface with the CUDA Driver and Runtime APIs, serving as a foundational utility for building GPU-accelerated applications in Python.

    CythonCUDA Driver WrappersPython GPU DevelopmentCUDA Driver API Integrations
    Auf GitHub ansehen↗3,170
  • nvidia/daliAvatar von NVIDIA

    NVIDIA/DALI

    5,713Auf GitHub ansehen↗

    NVIDIA DALI is a GPU-accelerated data loading and preprocessing library designed for deep learning workflows. It constructs high-performance data pipelines that offload decoding, augmentation, and normalization to the GPU, eliminating CPU bottlenecks in training and inference. The library reads data from multiple storage formats and streams it directly into GPU memory, with support for multi-GPU execution to scale throughput across large-scale workloads. DALI distinguishes itself by enabling data pipelines to be built once and executed across multiple deep learning frameworks without code cha

    This library provides GPU-accelerated data loading and preprocessing pipelines specifically optimized for deep learning workflows, offering robust multi-GPU support and CUDA integration to eliminate CPU bottlenecks.

    C++GPU-Accelerated Data Pipeline FrameworksCross-Framework Data PipelinesCross-Framework Operator Abstractions
    Auf GitHub ansehen↗5,713
  • 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

    Accelerate is a domain-specific language and framework for high-performance array computing that provides backends for GPU acceleration, making it a specialized tool for parallel processing on hardware.

    HaskellHigh-Performance ComputingArray ProcessingBackend-Agnostic Execution Layers
    Auf GitHub ansehen↗1,012
  • cpp-taskflow/cpp-taskflowAvatar von cpp-taskflow

    cpp-taskflow/cpp-taskflow

    12,014Auf GitHub ansehen↗

    Cpp-taskflow is a C++ task-parallelism framework and task graph scheduler designed to manage and execute complex dependency graphs of parallel tasks across CPU and GPU hardware. It provides a parallel algorithm library for high-performance implementations of reductions, sorts, pipelines, and iterations. The framework distinguishes itself through its ability to offload heavy computational workloads from a task graph to graphics processors for acceleration. It also includes a task profiling tool and a performance analysis interface for visualizing task execution flow and dependency structures t

    Cpp-taskflow is a task-parallelism framework that provides a structured way to orchestrate and offload heterogeneous workloads to GPUs, making it a capable tool for managing hardware-accelerated computing tasks.

    C++C++ Task EnginesExecution GraphsDependency-Aware Task Orchestration
    Auf GitHub ansehen↗12,014
  • 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 is a high-performance parallel programming framework that provides a hardware-agnostic abstraction layer for GPU computing, supporting backends like CUDA and Vulkan to accelerate numerical and graphics-intensive tasks.

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

    hpcaitech/ColossalAI

    41,395Auf GitHub ansehen↗

    ColossalAI is a distributed deep learning framework designed for training and deploying massive artificial intelligence models across clusters of hardware accelerators. It functions as a parallel computing engine that partitions model workloads and data across multiple processors to maximize memory efficiency and throughput. The platform distinguishes itself through a comprehensive suite of parallelization strategies, including multi-dimensional tensor parallelism and pipeline-based model parallelism, which segment neural network layers and stages across devices. To support large-scale genera

    ColossalAI is a specialized deep learning framework that provides high-performance distributed computing and parallelization strategies for training large models across multiple GPU accelerators.

    PythonDistributed Deep Learning FrameworksDistributed Training OrchestratorsLarge-Scale Model Training
    Auf GitHub ansehen↗41,395
  • nvidia/apexAvatar von NVIDIA

    NVIDIA/apex

    8,972Auf GitHub ansehen↗

    Apex is a high-performance toolkit for PyTorch designed to coordinate distributed training, execute fused GPU kernels, manage mixed precision, and implement optimized distributed optimizers. It provides specialized tools for scaling model training across multiple GPUs and nodes to increase processing speed and throughput. The library features high-performance implementations of Adam and LAMB optimizers to reduce synchronization overhead and memory bottlenecks. It utilizes fused CUDA kernels to combine neural network operations, reducing memory overhead and increasing execution speed. The too

    Apex is a specialized toolkit for PyTorch that provides high-performance GPU kernel fusion and distributed training utilities, making it a direct tool for accelerating deep learning workloads on NVIDIA hardware.

    PythonDistributed GPU TrainingDeep Learning OptimizationDistributed Training
    Auf GitHub ansehen↗8,972
  • intel/compute-runtimeAvatar von intel

    intel/compute-runtime

    1,408Auf GitHub ansehen↗

    The compute runtime is a software layer that provides unified interfaces for parallel processing, kernel execution, and hardware-specific driver communication. It functions as a driver for OpenCL and OneAPI Level Zero, enabling the execution of data-intensive workloads across diverse graphics hardware architectures. The project distinguishes itself by maintaining consistent performance and compatibility across multiple generations of graphics hardware. It achieves this through a hardware abstraction layer that bridges high-level compute instructions with specific silicon capabilities, alongsi

    This is a driver and runtime implementation for OpenCL and oneAPI Level Zero that provides the foundational hardware-level support required to enable GPU-accelerated computing on Intel hardware.

    C++OpenCL Accelerators
    Auf GitHub ansehen↗1,408
  • 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, serving as a specialized framework for GPU-accelerated computing.

    RustParallelConcurrent Programming LanguagesGPU-Accelerated Compilers
    Auf GitHub ansehen↗19,175
  • 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 is a C++ framework for orchestrating heterogeneous parallel workflows that natively integrates GPU kernel dispatching and memory management, making it a capable tool for building GPU-accelerated applications.

    C++C++ Task EnginesDirected Acyclic Graph EnginesTask-Based Concurrency Frameworks
    Auf GitHub ansehen↗12,013
  • keras-team/kerasAvatar von keras-team

    keras-team/keras

    64,094Auf GitHub ansehen↗

    Keras is a high-level deep learning framework designed for constructing and training neural networks through the composition of modular, functional layers. It serves as a comprehensive modeling toolkit that provides standardized procedures for defining, evaluating, and deploying complex architectures. By utilizing a directed acyclic graph approach, the framework allows users to build intricate models with multiple inputs, outputs, and shared layers, ensuring consistent numerical execution through functional state management. The project distinguishes itself as a multi-backend machine learning

    Keras is a high-level deep learning framework that abstracts GPU acceleration through its underlying backends like JAX, TensorFlow, or PyTorch, making it a primary tool for GPU-accelerated neural network development.

    PythonFrameworksModel DefinitionArchitectures
    Auf GitHub ansehen↗64,094
  • microsoft/onnxruntimeAvatar von microsoft

    microsoft/onnxruntime

    19,347Auf GitHub ansehen↗

    This project is a cross-platform machine learning inference engine designed to execute pre-trained models across diverse operating systems and hardware environments. It functions as a standardized execution framework that manages the entire lifecycle of model inference, from loading and graph optimization to hardware-accelerated execution and generative sequence management. The runtime distinguishes itself through a highly modular architecture that decouples model logic from hardware-specific kernels. By utilizing an execution provider abstraction, it enables developers to offload computation

    This is a high-performance inference engine that provides hardware-accelerated execution across various GPUs through its modular execution provider architecture, making it a core tool for GPU-accelerated computing.

    C++Cross-Platform Inference FrameworksCross-Platform RuntimesEdge AI Model Deployment
    Auf GitHub ansehen↗19,347
  • 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 framework for general-purpose GPU computing by transpiling JavaScript functions into shader code, making it a valid tool for hardware-accelerated tasks in web environments despite lacking native CUDA or Vulkan support.

    JavaScriptJavaScript GPGPU LibrariesWeb-Based GPGPU FrameworksWeb-Based Math Accelerators
    Auf GitHub ansehen↗15,377
  • intel-isl/open3dAvatar von intel-isl

    intel-isl/Open3D

    13,695Auf GitHub ansehen↗

    Open3D is a 3D data processing library, visualization engine, and machine learning library. It provides a framework for manipulating point clouds and meshes through specialized algorithms designed for 3D data science workflows. The project includes a toolkit for 3D scene reconstruction to generate spatial models and align surfaces from raw data. It also functions as a GPU accelerated framework that offloads intensive spatial computations to the graphics processor to increase processing speed. The library covers a broad range of capabilities including physically based light simulations for vi

    Open3D is a specialized library for 3D data processing and machine learning that leverages GPU acceleration for spatial computations, making it a relevant tool for hardware-accelerated workflows despite its focus on 3D geometry rather than general-purpose compute.

    C++3D Data Processing Libraries3D Engines3D Machine Learning
    Auf GitHub ansehen↗13,695
  • rust-gpu/rust-cudaAvatar von Rust-GPU

    Rust-GPU/rust-cuda

    5,245Auf GitHub ansehen↗

    rust-cuda is a GPU programming framework and device compiler that allows for the development and execution of high-performance kernels on NVIDIA hardware using Rust. It provides a driver wrapper to manage device memory allocation and kernel launching, effectively serving as a system for writing GPU compute logic without relying on C++. The project includes a compute library with hardware-optimized primitives for neural network acceleration and hardware-accelerated raytracing. It utilizes a compilation toolchain that translates source code into a low-level intermediate representation for execu

    This framework provides a specialized toolchain and driver wrapper for writing and executing high-performance CUDA kernels in Rust, directly addressing the need for GPU-accelerated computing.

    RustGPU CompilersGPU Kernel ProgrammingCompute Libraries
    Auf GitHub ansehen↗5,245
Die Top 10 auf einen Blick vergleichen
RepositoryStarsSpracheLizenzLetzter Push
nvidia/tensorrt13.1KC++Apache-2.03. Juni 2026
pytorch/pytorch100.8KPythonNOASSERTION16. Juni 2026
thrust/thrust5KC++NOASSERTION8. Feb. 2024
uber/horovod14.7KPythonNOASSERTION1. Dez. 2025
tensorflow/tensorflow195.7KC++Apache-2.016. Juni 2026
nvidia/cutlass9.9KC++NOASSERTION16. Juni 2026
deepspeedai/deepspeed42.5KPythonApache-2.016. Juni 2026
pjreddie/darknet26.5KCNOASSERTION3. Mai 2024
chainer/chainer5.9KPythonMIT28. Aug. 2023
dmlc/xgboost28.5KC++Apache-2.016. Juni 2026

Related searches

  • GPU acceleration libraries
  • Plattformübergreifende Grafik-Abstraktionsbibliothek
  • Leitfaden für WebGPU-Shader-Programmierung
  • Bibliothek zur Beschleunigung von Transformer-Inferenz
  • Face detection library
  • a library for numerical analysis and computing
  • Medical imaging software
  • Kernel driver development