awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesGPU Framework Data Exchanges

Zero-copy sharing of GPU array data between different deep learning frameworks.

Distinct from Shared Memory Data Exchange: Distinct from Shared Memory Data Exchange: focuses on GPU array exchange between ML frameworks, not inter-process shared memory.

Explore 1 awesome GitHub repository matching data & databases · GPU Framework Data Exchanges. Refine with filters or upvote what's useful.

Awesome GPU Framework Data Exchanges GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nvidia/warpNVIDIA 的头像

    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

    Exchanges GPU array data with PyTorch and JAX through the CUDA array interface without copying.

    Pythoncudadifferentiable-programminggpu
    在 GitHub 上查看↗6,233
  1. Home
  2. Data & Databases
  3. Shared Memory Data Exchange
  4. GPU Framework Data Exchanges