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

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

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

2 个仓库

Awesome GitHub RepositoriesNVIDIA GPU Kernels

Optimized mathematical kernels specifically written for NVIDIA GPU architectures.

Distinct from NVIDIA Hardware Acceleration: Candidates focused on video decoding or cloud providers; this is about local runtime kernels via AOTInductor and Triton.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · NVIDIA GPU Kernels. Refine with filters or upvote what's useful.

Awesome NVIDIA GPU Kernels GitHub Repositories

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

    NVIDIA/DeepLearningExamples

    14,819在 GitHub 上查看↗

    This project is a collection of optimized scripts, deployment patterns, and reference implementations designed for scaling and accelerating state-of-the-art AI models. It serves as a multi-domain model zoo and a distributed training framework, providing PyTorch reference implementations for training and deploying models on GPU-accelerated infrastructure. The repository distinguishes itself through an optimization suite focused on NVIDIA GPU hardware, utilizing automatic mixed precision and specialized math modes to increase training speed and throughput. It provides enterprise deployment patt

    Provides reference patterns for accelerating training speed through mixed precision and specialized math modes on NVIDIA hardware.

    Jupyter Notebookcomputer-visiondeep-learningdrug-discovery
    在 GitHub 上查看↗14,819
  • iree-org/ireeiree-org 的头像

    iree-org/iree

    3,819在 GitHub 上查看↗

    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

    Compiles models to target specific Nvidia GPU architectures using a dedicated CUDA backend.

    C++compilercudajax
    在 GitHub 上查看↗3,819
  1. Home
  2. Artificial Intelligence & ML
  3. NVIDIA GPU Kernels

探索子标签

  • CUDA Backend CompilationCompilation of model operations into optimized kernels for NVIDIA GPU architectures. **Distinct from NVIDIA GPU Kernels:** Focuses on the compiler backend process for NVIDIA GPUs rather than just the kernels themselves
  • Optimization PatternsStandardized implementation patterns for maximizing hardware utilization and training speed on specific GPU architectures. **Distinct from NVIDIA GPU Kernels:** Focuses on high-level reference patterns and configurations rather than the low-level kernel code itself.