awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesKernel Implementation Selection

Mechanisms for selecting the most efficient low-level implementation of a mathematical operation based on performance and accuracy targets.

Distinct from Algorithmic Performance Optimizations: Focuses on switching between specific kernel implementations (e.g., Winograd vs GEMM) rather than general complexity analysis.

Explore 1 awesome GitHub repository matching software engineering & architecture · Kernel Implementation Selection. Refine with filters or upvote what's useful.

Awesome Kernel Implementation Selection GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • uxlfoundation/onednnuxlfoundation का अवतार

    uxlfoundation/oneDNN

    4,009GitHub पर देखें↗

    oneDNN is a library for deep learning acceleration that provides optimized building blocks for neural network training and inference. It manages tensor computation across CPU and GPU hardware, enabling the execution of high-performance primitives for model training and neural network inference optimization. The project distinguishes itself through hardware-specific kernel optimization and the use of just-in-time compilation to target specific processor instruction sets. It supports quantized neural network execution using both static and dynamic quantization to reduce memory usage and increas

    Selects between direct, Winograd, or implicit GEMM implementations to balance performance, memory, and numerical accuracy.

    C++aarch64amxavx512
    GitHub पर देखें↗4,009
  1. Home
  2. Software Engineering & Architecture
  3. Development Methodologies
  4. Performance Optimization Principles
  5. Algorithmic Performance Optimizations
  6. Kernel Implementation Selection