awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesMulti-Device Kernel Launches

Launching independent GPU kernels on different CUDA devices simultaneously to parallelize sub-tasks.

Distinct from GPU Kernel Implementations: Distinct from GPU Kernel Implementations: focuses on simultaneous multi-device execution rather than kernel implementation patterns.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Multi-Device Kernel Launches. Refine with filters or upvote what's useful.

Awesome Multi-Device Kernel Launches GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nvidia/warpAvatar von NVIDIA

    NVIDIA/warp

    6,233Auf GitHub ansehen↗

    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

    Launches independent kernels on different CUDA devices simultaneously to parallelize sub-tasks across GPUs.

    Pythoncudadifferentiable-programminggpu
    Auf GitHub ansehen↗6,233
  1. Home
  2. Artificial Intelligence & ML
  3. GPU Kernel Implementations
  4. Multi-Device Kernel Launches