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

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

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

1 个仓库

Awesome GitHub RepositoriesGPU-Accelerated Data Pipelines

Constructs sequences of data loading and preprocessing steps that run efficiently on the GPU.

Distinct from Data Preprocessing Pipelines: Distinct from Data Preprocessing Pipelines: specifically runs on GPU with operator fusion and kernel scheduling, not general CPU-based cleaning.

Explore 1 awesome GitHub repository matching data & databases · GPU-Accelerated Data Pipelines. Refine with filters or upvote what's useful.

Awesome GPU-Accelerated Data Pipelines GitHub Repositories

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

    NVIDIA/DALI

    5,713在 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 GPU-accelerated data loading and preprocessing pipelines that eliminate CPU bottlenecks.

    C++audio-processingdata-augmentationdata-processing
    在 GitHub 上查看↗5,713
  1. Home
  2. Data & Databases
  3. Data Preprocessing Pipelines
  4. GPU-Accelerated Data Pipelines