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,819GitHub पर देखें↗

    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,819GitHub पर देखें↗

    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.