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
·

2 Repos

Awesome GitHub RepositoriesDynamic Kernel Optimization

Runtime generation of specialized GPU kernels to maximize performance without manual compilation.

Distinct from GPU Kernel Implementations: Focuses on the dynamic generation and optimization process rather than static kernel implementations.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Dynamic Kernel Optimization. Refine with filters or upvote what's useful.

Awesome Dynamic Kernel Optimization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • deepseek-ai/deepepAvatar von deepseek-ai

    deepseek-ai/DeepEP

    9,736Auf GitHub ansehen↗

    DeepEP is a distributed model accelerator and expert-parallel communication library designed to optimize the training and inference of large-scale neural networks. It provides specialized GPU communication kernels and a remote GPU memory interface to facilitate high-throughput data exchange between hardware nodes. The system utilizes dynamic kernel generation to compile optimized GPU kernels during execution, removing the need for separate installation compilation steps. It implements virtual-lane traffic isolation to prevent interference between different data streams and employs routing met

    Dynamically generates specialized GPU kernels during execution to improve performance and eliminate manual compilation.

    Cuda
    Auf GitHub ansehen↗9,736
  • dusty-nv/jetson-inferenceAvatar von dusty-nv

    dusty-nv/jetson-inference

    8,734Auf GitHub ansehen↗

    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

    Uses heuristics to automatically select the most efficient GPU kernel implementation based on problem size.

    C++caffecomputer-visiondeep-learning
    Auf GitHub ansehen↗8,734
  1. Home
  2. Artificial Intelligence & ML
  3. GPU Kernel Implementations
  4. Dynamic Kernel Optimization