awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesHost-Device Source Retrievers

Features 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.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Host-Device Source Retrievers. Refine with filters or upvote what's useful.

Awesome Host-Device Source Retrievers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tile-ai/tilelangtile-ai 的头像

    tile-ai/tilelang

    5,226在 GitHub 上查看↗

    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

    Retrieves host, device, and generated source code of compiled kernels for debugging.

    Python
    在 GitHub 上查看↗5,226
  1. Home
  2. Operating Systems & Systems Programming
  3. Native Code Inspection
  4. Generated Kernel Code Inspectors
  5. Host-Device Source Retrievers