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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesGPU Kernel Runtime Checks

Activates runtime checks for array access, CUDA errors, floating-point values, and gradient computation during GPU kernel execution.

Distinct from Development and Debugging: Distinct from general Development and Debugging: focuses on runtime verification of GPU kernel correctness, not general-purpose debugging tools.

Explore 1 awesome GitHub repository matching part of an awesome list · GPU Kernel Runtime Checks. Refine with filters or upvote what's useful.

Awesome GPU Kernel Runtime Checks GitHub Repositories

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

    NVIDIA/warp

    6,233GitHub पर देखें↗

    Warp is a Python framework that JIT-compiles Python functions into CUDA kernels for GPU-accelerated parallel computation, with built-in automatic differentiation and multi-framework array interoperability. At its core, it provides a GPU kernel compilation system that enables writing and executing custom GPU kernels directly from Python, while supporting automatic gradient computation through those kernels for integration with machine learning pipelines. The framework also includes tile-based cooperative computing, where thread blocks partition into tiles for shared-memory and tensor-core opera

    Activates runtime checks for array access, CUDA errors, floating-point values, and gradient computation to catch correctness issues during development.

    Pythoncudadifferentiable-programminggpu
    GitHub पर देखें↗6,233
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Development and Debugging
  5. GPU Kernel Runtime Checks