awesome-repositories.com

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

ExplorarBúsquedas curadasBlogMapa del sitio
ProyectoAcerca dePrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorías

1 repositorio

Awesome GitHub RepositoriesDevice-Side Algorithm Execution

Execution of mathematical operations and algorithms directly on GPU device memory.

Distinct from Pipeline GPU Execution: Existing candidates focus on synchronization or pipelines, not the execution of mathematical algorithms on device memory.

Explore 1 awesome GitHub repository matching scientific & mathematical computing · Device-Side Algorithm Execution. Refine with filters or upvote what's useful.

Awesome Device-Side Algorithm Execution GitHub Repositories

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

    NVIDIA/cuda-python

    3,170Ver en GitHub↗

    cuda-python provides low-level Python bindings for the CUDA Driver and Runtime APIs. It serves as a programmatic wrapper for controlling device memory, managing hardware toolchains, and orchestrating execution graphs on NVIDIA GPUs, allowing for the compilation and launching of parallel kernels directly from Python. The project enables the development of SIMT kernels and the execution of mathematical algorithms on device memory. It integrates pre-compiled bytecode as custom operators and interfaces with accelerated device libraries to access low-level hardware functions without leaving the la

    Executes fast mathematical operations such as sorting and transforming directly on device memory.

    Cython
    Ver en GitHub↗3,170
  1. Home
  2. Scientific & Mathematical Computing
  3. Device-Side Algorithm Execution