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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesGPU Kernel Optimization Levels

Selecting compiler optimization levels specifically for GPU kernel code to balance compile time and execution speed.

Distinct from Compiler Optimizations: Distinct from general Compiler Optimizations: focuses on per-kernel optimization level selection for GPU code, not CPU binary optimization.

Explore 4 awesome GitHub repositories matching software engineering & architecture · GPU Kernel Optimization Levels. Refine with filters or upvote what's useful.

Awesome GPU Kernel Optimization Levels GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nvidia/warpالصورة الرمزية لـ NVIDIA

    NVIDIA/warp

    6,233عرض على GitHub↗

    Warp is a Python framework that JIT-compiles Python functions into CUDA kernels for GPU-accelerated parallel computation, with built-in automatic differentiation and multi-framework array interoperability. At its core, it provides a GPU kernel compilation system that enables writing and executing custom GPU kernels directly from Python, while supporting automatic gradient computation through those kernels for integration with machine learning pipelines. The framework also includes tile-based cooperative computing, where thread blocks partition into tiles for shared-memory and tensor-core opera

    Selects the optimization level applied to GPU kernels, trading compile time for execution speed.

    Pythoncudadifferentiable-programminggpu
    عرض على GitHub↗6,233
  • nvidia/isaac-gr00tالصورة الرمزية لـ NVIDIA

    NVIDIA/Isaac-GR00T

    6,222عرض على GitHub↗

    Applies link-time optimization to select the best GPU kernels for a given configuration without manual tuning.

    Jupyter Notebook
    عرض على GitHub↗6,222
  • clean-css/clean-cssالصورة الرمزية لـ clean-css

    clean-css/clean-css

    4,201عرض على GitHub↗

    Clean-CSS هو محسن CSS لـ Node.js يعمل كمصغر، ومجمع، ومعالج لاحق. تم تصميمه لتقليل إجمالي حجم أوراق الأنماط عن طريق إزالة المسافات البيضاء، والتعليقات، والكود الزائد. يوفر المشروع خط أنابيب لتطبيق تحويلات مخصصة وتعديلات توافق المتصفح. يسمح بالتعديل البرمجي لقواعد وقيم CSS من خلال نظام مكون إضافي واستخدام مكونات تحسين مخصصة. تغطي الأداة مجموعة واسعة من إمكانيات تحسين الأصول، بما في ذلك تجميع أوراق الأنماط، وتضمين قاعدة الاستيراد، وإعادة تعيين رابط URL النسبي. كما يدعم توليد خرائط المصدر لتصحيح الأخطاء وتنسيق المخرجات القابل للتخصيص للتجميل.

    Provides selectable optimization levels to control the aggressiveness of CSS code reduction.

    JavaScript
    عرض على GitHub↗4,201
  • iree-org/ireeالصورة الرمزية لـ iree-org

    iree-org/iree

    3,819عرض على GitHub↗

    IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various frameworks into optimized binaries for execution across diverse hardware targets. It provides a unified pipeline to ingest models from PyTorch, TensorFlow, JAX, and ONNX, lowering them into a common intermediate representation for deployment on CPUs, GPUs, and bare-metal embedded systems. The project distinguishes itself through a bytecode virtual machine and a hardware abstraction layer that decouple high-level model logic from specific hardware instruction sets. It supports sophis

    Adjusts LLVM optimization levels for generated code to isolate bugs or identify race conditions.

    C++compilercudajax
    عرض على GitHub↗3,819
  1. Home
  2. Software Engineering & Architecture
  3. Compiler Optimizations
  4. GPU Kernel Optimization Levels

استكشف الوسوم الفرعية

  • Automatic SelectionAutomatically selects the best-performing GPU kernel for a given operation and problem size using link-time optimization. **Distinct from GPU Kernel Optimization Levels:** Distinct from GPU Kernel Optimization Levels: focuses on automatic selection via link-time optimization, not manual level tuning.
  • CSS Optimization LevelsConfigurable levels of aggressive code reduction to balance output file size and structural safety. **Distinct from GPU Kernel Optimization Levels:** Distinct from GPU Kernel Optimization Levels by focusing on stylesheet minification rather than GPU binary execution speed.