awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorías

34 repositorios

Awesome GitHub RepositoriesGPU Acceleration Libraries

Libraries and packages for offloading intensive computations to graphics processing units.

Distinguishing note: Focuses on GPU-specific acceleration setup.

Explore 34 awesome GitHub repositories matching devops & infrastructure · GPU Acceleration Libraries. Refine with filters or upvote what's useful.

Awesome GPU Acceleration Libraries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jax-ml/jaxAvatar de jax-ml

    jax-ml/jax

    35,828Ver en GitHub↗

    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,

    Simplifies setup for running intensive computations on compatible graphics processing units.

    Pythonjax
    Ver en GitHub↗35,828
  • dmlc/xgboostAvatar de dmlc

    dmlc/xgboost

    28,471Ver en GitHub↗

    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

    Utilizes CUDA and NCCL to accelerate model processing through distributed GPU support across clusters.

    C++distributed-systemsgbdtgbm
    Ver en GitHub↗28,471
  • nvidia/nvidia-dockerAvatar de NVIDIA

    NVIDIA/nvidia-docker

    17,496Ver en GitHub↗

    NVIDIA Docker is a container runtime wrapper that enables the use of host-level graphics processing units within isolated container environments. It functions as a containerized GPU orchestrator, mapping physical hardware resources into virtualized environments to support high-performance computing and machine learning workloads. The project provides a toolkit that facilitates integration between containerized applications and host-level graphics hardware. By utilizing a pre-start hook to intercept container creation, the runtime injects necessary device drivers and libraries into the isolate

    Provides libraries and utilities that enable seamless integration between containerized applications and host-level graphics hardware.

    cudadockergpu
    Ver en GitHub↗17,496
  • gpujs/gpu.jsAvatar de gpujs

    gpujs/gpu.js

    15,377Ver en GitHub↗

    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

    Accelerates computationally intensive tasks by executing parallel mathematical operations directly on the graphics processor using WebGL.

    JavaScriptglslgpgpugpu
    Ver en GitHub↗15,377
  • dask/daskAvatar de dask

    dask/dask

    13,746Ver en GitHub↗

    Dask es un framework de computación paralela y un programador de tareas distribuido diseñado para escalar flujos de trabajo de ciencia de datos en Python desde máquinas individuales hasta grandes clústeres. Funciona como un gestor de recursos de clúster que orquesta la lógica computacional representando las tareas y sus dependencias como grafos acíclicos dirigidos. Esta arquitectura permite al sistema automatizar la distribución de cargas de trabajo a través del hardware disponible mientras gestiona requisitos de ejecución complejos. El proyecto se distingue por un motor de evaluación perezosa que difiere las operaciones de datos hasta que se solicitan explícitamente, permitiendo la optimización global del grafo y una asignación eficiente de recursos. Incorpora el volcado de datos consciente de la memoria para evitar fallos del sistema al procesar conjuntos de datos que exceden la memoria disponible, y utiliza la fusión de grafos de tareas para combinar secuencias de operaciones en pasos de ejecución únicos, minimizando la sobrecarga de programación y la comunicación entre nodos. La plataforma proporciona una superficie de capacidades integral para el análisis de datos a gran escala, incluyendo soporte para aprendizaje automático distribuido, integración de computación de alto rendimiento y procesamiento de datos en paralelo. Ofrece herramientas extensas para la gestión del ciclo de vida del clúster, perfilado de rendimiento y monitoreo en tiempo real de la ejecución de tareas. Los usuarios pueden desplegar estos entornos en diversas infraestructuras, incluyendo hardware local, proveedores de nube, sistemas en contenedores y clústeres de computación de alto rendimiento.

    Integrates GPU-accelerated estimators into distributed workflows to perform hyperparameter optimization across multiple nodes.

    Pythondasknumpypandas
    Ver en GitHub↗13,746
  • cpp-taskflow/cpp-taskflowAvatar de cpp-taskflow

    cpp-taskflow/cpp-taskflow

    12,014Ver en GitHub↗

    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

    Provides libraries for offloading intensive scientific computations from the C++ execution graph to the GPU.

    C++
    Ver en GitHub↗12,014
  • cupy/cupyAvatar de cupy

    cupy/cupy

    11,000Ver en GitHub↗

    CuPy es una biblioteca de computación de matrices CUDA que implementa una interfaz compatible con NumPy para ejecutar operaciones de matrices y computación numérica en GPUs NVIDIA. Sirve como una biblioteca numérica acelerada por GPU y una implementación de SciPy basada en CUDA, descargando cálculos pesados al hardware gráfico para aumentar la velocidad de procesamiento para cargas de trabajo científicas y de ingeniería. La biblioteca permite el intercambio de tensores entre múltiples frameworks, permitiendo que los búferes de datos se compartan entre diferentes frameworks de aprendizaje profundo utilizando diseños de memoria estandarizados para evitar copias de memoria. También admite la integración de kernels de GPU personalizados, permitiendo que los datos de las matrices se conecten a APIs de bajo nivel para un control preciso sobre la ejecución del hardware. En términos generales, el proyecto cubre flujos de trabajo de procesamiento de matrices y computación científica de alto rendimiento. Sus capacidades incluyen la aceleración de cálculos de matrices y la provisión de herramientas para cálculos numéricos a gran escala.

    Serves as a GPU acceleration library for offloading heavy numerical array calculations to graphics hardware.

    Python
    Ver en GitHub↗11,000
  • wasabeef/glide-transformationsAvatar de wasabeef

    wasabeef/glide-transformations

    9,888Ver en GitHub↗

    This is a Glide image transformation library for Android that provides a collection of image processing filters and shapes. It functions as a suite of hardware-accelerated tools for image cropping, artistic filtering, and transformation pipeline management. The project distinguishes itself through an image filter pipeline that allows for sequential transformation chaining, enabling multiple visual effects and color modifications to be applied in a single pass. It utilizes GPU acceleration to implement artistic effects such as pixelation, sketching, and blur. The library covers a broad range

    Provides hardware-accelerated artistic filters such as toon, sepia, sketch, and pixelation.

    Javaandroidandroid-libraryglide
    Ver en GitHub↗9,888
  • dusty-nv/jetson-inferenceAvatar de dusty-nv

    dusty-nv/jetson-inference

    8,734Ver en GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Configures container runtimes to enable hardware-accelerated applications to run inside portable containers.

    C++caffecomputer-visiondeep-learning
    Ver en GitHub↗8,734
  • pixieditor/pixieditorAvatar de PixiEditor

    PixiEditor/PixiEditor

    7,840Ver en GitHub↗

    PixiEditor is a multi-functional graphics suite that serves as a pixel art editor, a node-based graphics editor, and a vector graphics tool. It functions as a shader-based painting tool and 2D animation software, providing a comprehensive environment for creating raster images and frame-by-frame motion. The project is distinguished by its use of node-based workflows for building complex image transformations, visual effects, and custom digital brush designs. It utilizes a shader-based brush engine and a node graph to define personalized painting tool behaviors and procedural animations. The

    Utilizes GPU acceleration to perform complex image modifications by sampling colors and applying logic.

    C#2davaloniauicsharp
    Ver en GitHub↗7,840
  • hybridgroup/gocvAvatar de hybridgroup

    hybridgroup/gocv

    7,463Ver en GitHub↗

    GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and deep learning inference engine, providing programmatic access to a wide range of algorithms for image manipulation, object detection, and video analysis. The project differentiates itself through high-performance native bindings and hardware acceleration. It utilizes a foreign function interface to map Go calls to C++ functions and includes a hardware-agnostic backend dispatch to route neural network tasks to computation engines such as CUDA and OpenVINO. The library covers a br

    Executes arithmetic functions and morphology filters on the GPU to increase processing speed.

    Go
    Ver en GitHub↗7,463
  • feast-dev/feastAvatar de feast-dev

    feast-dev/feast

    6,727Ver en GitHub↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Feast assigns GPU nodes to transformation workers through configuration, enabling GPU-native libraries for batch processing.

    Pythonbig-datadata-engineeringdata-quality
    Ver en GitHub↗6,727
  • rocm/rocmAvatar de ROCm

    ROCm/ROCm

    6,645Ver en GitHub↗

    Provides optimized libraries for mixed-precision matrix operations and HPC workloads on AMD GPUs.

    Shelldocumentation
    Ver en GitHub↗6,645
  • nvidia/warpAvatar de NVIDIA

    NVIDIA/warp

    6,233Ver en GitHub↗

    Warp is a Python framework that JIT-compiles Python functions into CUDA kernels for GPU-accelerated parallel computation, with built-in automatic differentiation and multi-framework array interoperability. At its core, it provides a GPU kernel compilation system that enables writing and executing custom GPU kernels directly from Python, while supporting automatic gradient computation through those kernels for integration with machine learning pipelines. The framework also includes tile-based cooperative computing, where thread blocks partition into tiles for shared-memory and tensor-core opera

    Switches on GPU-accelerated implementations for FFT, matrix multiply, and solver operations using cuFFTDx, cuBLASDx, and cuSolverDx.

    Pythoncudadifferentiable-programminggpu
    Ver en GitHub↗6,233
  • nvidia/isaac-gr00tAvatar de NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Ver en GitHub↗

    Runs over 5,000 GPU-accelerated primitives for color conversion, filtering, thresholding, and image manipulation up to 30x faster than CPU-only implementations.

    Jupyter Notebook
    Ver en GitHub↗6,222
  • nvidia/daliAvatar de NVIDIA

    NVIDIA/DALI

    5,713Ver en GitHub↗

    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

    Builds and executes data processing pipelines on the GPU for deep learning training and inference.

    C++audio-processingdata-augmentationdata-processing
    Ver en GitHub↗5,713
  • google-ai-edge/litert-lmAvatar de google-ai-edge

    google-ai-edge/LiteRT-LM

    5,619Ver en GitHub↗

    LiteRT-LM es un framework de inferencia de alto rendimiento diseñado para ejecutar modelos de lenguaje de gran tamaño localmente en hardware móvil, de escritorio y IoT. Sirve como un runtime de modelos en el dispositivo que utiliza aceleración de CPU, GPU y NPU para proporcionar un procesamiento de baja latencia. El framework se distingue por su capacidad para procesar entradas de texto, visión y audio a través de un único motor de inferencia multimodal. Cuenta con un servidor HTTP local que emula endpoints de API compatibles con OpenAI y un runtime basado en WebGPU para ejecutar modelos directamente dentro de un navegador web. Para garantizar la fiabilidad de la salida, incluye un generador de texto restringido que impone esquemas JSON o reglas gramaticales en las respuestas del modelo. El proyecto proporciona amplias capacidades para la gestión de conversaciones con estado, decodificación especulativa para aumentar las velocidades de generación de tokens y una interfaz de llamada a herramientas que mapea las solicitudes del modelo a funciones externas. También incluye integración especializada para el ecosistema Apple y un plugin dedicado para ejecutar modelos en Flutter. Los usuarios pueden ejecutar modelos a través de una interfaz de línea de comandos o integrarlos en aplicaciones mediante API nativas.

    Reduces inference latency on mobile GPUs by employing multi-token prediction strategies.

    C++
    Ver en GitHub↗5,619
  • fla-org/flash-linear-attentionAvatar de fla-org

    fla-org/flash-linear-attention

    5,248Ver en GitHub↗

    Flash Linear Attention is a training framework and inference engine for sequence models that use linear attention and state space mechanisms, designed to process long contexts with reduced memory and compute overhead. It provides hardware-optimized token mixing layers and fused CUDA kernels that minimize memory bandwidth and launch overhead across different GPU architectures, and includes a causal inference engine that generates text token-by-token using cached hidden states for efficient autoregressive decoding. The project supports building hybrid sequence models that interleave standard at

    Provides hardware-optimized token mixing layers and fused CUDA kernels that minimize memory bandwidth and launch overhead across different GPU architectures.

    Pythonlarge-language-modelsmachine-learning-systemsnatural-language-processing
    Ver en GitHub↗5,248
  • tile-ai/tilelangAvatar de tile-ai

    tile-ai/tilelang

    5,226Ver en 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

    Provides accelerated implementations of common math functions on GPU and CPU.

    Python
    Ver en GitHub↗5,226
  • stability-ai/stableswarmuiAvatar de Stability-AI

    Stability-AI/StableSwarmUI

    4,929Ver en GitHub↗

    StableSwarmUI es una interfaz web y orquestador de backend para la generación de imágenes con Stable Diffusion. Funciona como un generador de imágenes GPU distribuido y un pipeline de imágenes de IA modular, proporcionando un controlador centralizado para gestionar las solicitudes de generación de imágenes. El sistema se distingue por la capacidad de dividir las tareas de generación entre múltiples procesadores gráficos para aumentar el rendimiento por lotes. Utiliza una interfaz agnóstica al backend para conectarse a servidores locales, servidores remotos y APIs en la nube, e incluye un diseñador de flujos de trabajo visual basado en grafos para definir operaciones complejas de procesamiento de imágenes. La plataforma incluye un sistema de extensión de plugins dinámico para añadir funciones personalizadas y utilidades automatizadas para el aprovisionamiento de dependencias a nivel de sistema. Combina herramientas de generación modulares e interfaces de edición rápida con la capacidad de enrutar cargas de trabajo a través de hardware distribuido.

    Orchestrates the distribution of large image generation batches across multiple available GPUs to increase throughput.

    C#aiimage-generationstable-diffusion
    Ver en GitHub↗4,929
Ant.12Siguiente
  1. Home
  2. DevOps & Infrastructure
  3. GPU Acceleration Libraries

Explorar subetiquetas

  • Distributed GPU Task Runners1 sub-etiquetaExecution of arbitrary functions on GPU-accelerated hardware across a cluster. **Distinct from GPU Acceleration Libraries:** Distinct from general GPU acceleration libraries: focuses on distributed task orchestration rather than local library calls.
  • Edge Numerical Library InstallersInstalling optimized numerical computing packages for accelerated math operations on ARM64 edge hardware. **Distinct from GPU Acceleration Libraries:** Distinct from GPU Acceleration Libraries: focuses on installing numerical libraries specifically for edge devices, not general GPU library setup.
  • GPU Accelerated Image Operators1 sub-etiquetaHardware-accelerated implementation of arithmetic and morphological image filters. **Distinct from GPU Acceleration Libraries:** Focuses on specific image processing operators (arithmetic/morphology) rather than general GPU library setup.
  • GPU Container Toolkits1 sub-etiquetaLibraries and utilities enabling integration between containerized applications and host-level graphics hardware. **Distinct from GPU Acceleration Libraries:** Distinct from GPU Acceleration Libraries: focuses on the integration toolkit for container-to-hardware communication.
  • JavaScript GPGPU LibrariesJavaScript libraries that provide interfaces for general-purpose computing on graphics hardware. **Distinct from GPU Acceleration Libraries:** Distinct from GPU Acceleration Libraries: focuses on the JavaScript ecosystem and browser-based GPGPU, not general system-level GPU libraries.
  • Math Library Accelerators3 sub-etiquetasEnabling GPU-accelerated implementations of FFT, matrix multiply, and solver operations via dedicated math libraries. **Distinct from GPU Acceleration Libraries:** Distinct from general GPU Acceleration Libraries: focuses on enabling specific math library backends (cuFFTDx, cuBLASDx, cuSolverDx) rather than general GPU offloading.
  • OrchestrationIntegration of GPU-accelerated libraries into distributed workflows for large-scale model training and optimization. **Distinct from GPU Acceleration Libraries:** Distinct from GPU Acceleration Libraries: focuses on the orchestration of distributed GPU tasks rather than the libraries themselves.
  • Token Mixing AcceleratorsGPU kernels and libraries that accelerate token mixing operations in sequence models, reducing memory bandwidth and compute overhead. **Distinct from GPU Acceleration Libraries:** Distinct from general GPU Acceleration Libraries: focuses specifically on token mixing operations for sequence models rather than broad GPU compute acceleration.
  • Zero-Copy Buffer InteroperabilityMechanisms for sharing GPU memory buffers between different libraries without duplicating data to system memory. **Distinct from GPU Acceleration Libraries:** Focuses on the high-performance sharing of memory buffers between libraries, rather than general GPU offloading or library integration.