awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesKernel Semantic Validators

Backend-independent validation of kernel code semantics before lowering, catching errors early.

Distinct from Kernel Debuggers: Distinct from Kernel Debuggers: focuses on pre-compilation semantic validation, not runtime debugging.

Explore 1 awesome GitHub repository matching development tools & productivity · Kernel Semantic Validators. Refine with filters or upvote what's useful.

Awesome Kernel Semantic Validators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tile-ai/tilelangالصورة الرمزية لـ tile-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

    Validates kernel code semantics before compilation to catch errors early in the development process.

    Python
    عرض على GitHub↗5,226
  1. Home
  2. Development Tools & Productivity
  3. Performance Debugging
  4. Kernel Debuggers
  5. Kernel Semantic Validators