awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesGPU Array Initializers

Creates GPU arrays from Python lists, NumPy arrays, or fills them with a constant value using dedicated helper functions.

Distinct from Array Initialization: Distinct from Array Initialization: focuses on GPU-specific array creation from host data (Python lists, NumPy) rather than general programmatic initialization.

Explore 1 awesome GitHub repository matching education & learning resources · GPU Array Initializers. Refine with filters or upvote what's useful.

Awesome GPU Array Initializers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nvidia/warpAvatar de NVIDIA

    NVIDIA/warp

    6,233Ver en 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

    Creates GPU arrays from Python lists, NumPy arrays, or constant values for kernel input preparation.

    Pythoncudadifferentiable-programminggpu
    Ver en GitHub↗6,233
  1. Home
  2. Education & Learning Resources
  3. Array Tutorials
  4. Array Initialization
  5. GPU Array Initializers