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 RepositoriesGenerated Kernel Code Inspectors

Tools for locating and examining the C++/CUDA source and compiled binaries produced by JIT compilation.

Distinct from Native Code Inspection: Distinct from Native Code Inspection: focuses on inspecting JIT-generated GPU kernel code, not general native binaries.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Generated Kernel Code Inspectors. Refine with filters or upvote what's useful.

Awesome Generated Kernel Code Inspectors GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nvidia/warpAvatar von NVIDIA

    NVIDIA/warp

    6,233Auf GitHub ansehen↗

    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

    Allows inspection of generated C++/CUDA code and compiled binaries stored in a cache directory.

    Pythoncudadifferentiable-programminggpu
    Auf GitHub ansehen↗6,233
  • tile-ai/tilelangAvatar von tile-ai

    tile-ai/tilelang

    5,226Auf GitHub ansehen↗

    TileLang is a Python-embedded domain-specific language compiler that JIT-compiles and autotunes GPU kernels. It uses a tile-based DSL, automatic software pipelining, and parallel autotuning to generate optimized GPU kernels at runtime. It supports tensor core operations with Pythonic syntax, automatic memory management, and thread mapping. The compiler searches over tile sizes, thread counts, and scheduling policies, compiling and benchmarking candidates in parallel to find the fastest kernel. It also caches compiled binaries and tuning results to disk for reuse across sessions. TileLang inc

    Provides a way to retrieve the human-readable source code of a compiled GPU kernel for inspection and debugging.

    Python
    Auf GitHub ansehen↗5,226
  1. Home
  2. Operating Systems & Systems Programming
  3. Native Code Inspection
  4. Generated Kernel Code Inspectors

Unter-Tags erkunden

  • Host-Device Source RetrieversFeatures to retrieve host, device, or generated source code of compiled kernels for debugging. **Distinct from Generated Kernel Code Inspectors:** Distinct from general Generated Kernel Code Inspectors: specifically retrieves both host and device source code separately.