awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesGPU Kernel Differentiators

Automatically computes gradients through GPU kernel code for gradient-based optimization.

Distinct from Differentiable Programming: Distinct from Differentiable Programming: focuses on gradient computation through GPU kernel code specifically, not general program differentiation.

Explore 1 awesome GitHub repository matching part of an awesome list · GPU Kernel Differentiators. Refine with filters or upvote what's useful.

Awesome GPU Kernel Differentiators 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.
  • nvidia/warpAvatar de NVIDIA

    NVIDIA/warp

    6,233Voir sur 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

    Generates backward-mode gradient computations for tile-based kernels, supporting in-place addition and subtraction.

    Pythoncudadifferentiable-programminggpu
    Voir sur GitHub↗6,233
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Differentiable Programming
  5. GPU Kernel Differentiators

Explorer les sous-tags

  • Tile-Based Kernel DifferentiatorsGenerates backward-mode gradient computations for tile-based GPU kernels, supporting in-place addition and subtraction. **Distinct from GPU Kernel Differentiators:** Distinct from GPU Kernel Differentiators: focuses specifically on differentiating tile-based cooperative kernels, not general GPU kernel differentiation.