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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesTile-Based GPU Kernel Programming

Uses a block-based programming model where threads cooperate on data tiles to leverage Tensor Cores for matrix multiplication and Fourier transforms.

Distinct from Tile-Based Kernel Authoring: Distinct from Tile-Based Kernel Authoring: focuses on the programming model for tile-based GPU kernels, not just memory-tiling strategies.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Tile-Based GPU Kernel Programming. Refine with filters or upvote what's useful.

Awesome Tile-Based GPU Kernel Programming GitHub Repositories

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

    NVIDIA/Isaac-GR00T

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

    Uses a block-based programming model where threads cooperate on data tiles to leverage Tensor Cores for matrix multiplication and Fourier transforms.

    Jupyter Notebook
    GitHub पर देखें↗6,222
  • tile-ai/tilelangtile-ai का अवतार

    tile-ai/tilelang

    5,226GitHub पर देखें↗

    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 tile-level programming model that abstracts individual thread management.

    Python
    GitHub पर देखें↗5,226
  1. Home
  2. Artificial Intelligence & ML
  3. GPU Kernel Implementations
  4. Tile-Based Kernel Authoring
  5. Tile-Based GPU Kernel Programming