awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesFragment Buffer Loop Validators

Enforces restrictions on parallel loops over local fragment buffers, such as requiring non-symbolic loop ranges.

Distinct from Parallel Loop Transformers: Distinct from Parallel Loop Transformers: focuses on validation of loop constraints over fragment buffers, not general loop transformation.

Explore 1 awesome GitHub repository matching data & databases · Fragment Buffer Loop Validators. Refine with filters or upvote what's useful.

Awesome Fragment Buffer Loop Validators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • tile-ai/tilelangAvatar de tile-ai

    tile-ai/tilelang

    5,226Voir sur 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

    Enforces restrictions on parallel loops over local fragment buffers to ensure correctness in GPU kernels.

    Python
    Voir sur GitHub↗5,226
  1. Home
  2. Data & Databases
  3. Collection Iterators
  4. Sequential Iterators
  5. Parallel Loop Transformers
  6. Fragment Buffer Loop Validators