awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesGEMV Shared Memory Tilers

Writes GEMV kernels that tile the vector and matrix into shared memory for efficient data reuse.

Distinct from Tile-Based Kernel Authoring: Distinct from Tile-Based Kernel Authoring: focuses on GEMV-specific tiling, not general tile-based kernel authoring.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · GEMV Shared Memory Tilers. Refine with filters or upvote what's useful.

Awesome GEMV Shared Memory Tilers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tile-ai/tilelangAvatar tile-ai

    tile-ai/tilelang

    5,226Vezi pe 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

    Writes GEMV kernels that tile the vector and matrix into shared memory for efficient data reuse.

    Python
    Vezi pe GitHub↗5,226
  1. Home
  2. Artificial Intelligence & ML
  3. GPU Kernel Implementations
  4. Tile-Based Kernel Authoring
  5. GEMV Shared Memory Tilers