awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ddemidov avatar

ddemidov/vexcl

0
View on GitHub↗
721 estrellas·85 forks·C++·MIT·11 vistasvexcl.readthedocs.org↗

Vexcl

VexCL es una biblioteca de plantillas de expresiones vectoriales en C++ para OpenCL/CUDA/OpenMP

Features

  • Procesamiento paralelo - Biblioteca de plantillas de expresiones vectoriales para OpenCL y CUDA.
  • Concurrency and Parallelism - Expression template library for OpenCL and CUDA.
  • Parallel and High-Performance Computing - C++ vector expression library for OpenCL and CUDA.

Historial de estrellas

Gráfico del historial de estrellas de ddemidov/vexclGráfico del historial de estrellas de ddemidov/vexcl

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace ddemidov/vexcl?

VexCL es una biblioteca de plantillas de expresiones vectoriales en C++ para OpenCL/CUDA/OpenMP

¿Cuáles son las características principales de ddemidov/vexcl?

Las características principales de ddemidov/vexcl son: Procesamiento paralelo, Concurrency and Parallelism, Parallel and High-Performance Computing.

¿Qué alternativas de código abierto existen para ddemidov/vexcl?

Las alternativas de código abierto para ddemidov/vexcl incluyen: arrayfire/arrayfire — ArrayFire is a hardware-agnostic compute framework and JIT-compiled tensor engine designed for high-performance… nvidia/libcudacxx — [ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl. numba/numba — Numba is a just-in-time compiler that translates high-level Python functions into optimized machine code at runtime.… dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… cupy/cupy — CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and… nvidia/tensorrt — TensorRT is a deep learning inference engine and software development kit designed to optimize and deploy neural…

Alternativas open-source a Vexcl

Proyectos open-source similares, clasificados según cuántas características comparten con Vexcl.
  • nvidia/libcudacxxAvatar de NVIDIA

    NVIDIA/libcudacxx

    2,304Ver en GitHub↗

    ARCHIVED The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl

    C++
    Ver en GitHub↗2,304
  • arrayfire/arrayfireAvatar de arrayfire

    arrayfire/arrayfire

    4,888Ver en GitHub↗

    ArrayFire is a hardware-agnostic compute framework and JIT-compiled tensor engine designed for high-performance numerical computing. It serves as a GPU numerical computing library and parallel signal processing toolkit that abstracts hardware backends, allowing the same codebase to execute across various GPU architectures and CPUs. The project distinguishes itself through a JIT engine that uses expression compilation to fuse operations and minimize memory overhead. It employs a deferred execution graph to optimize computation chains and provides interoperability primitives to share data and e

    C++arrayfirecc-plus-plus
    Ver en GitHub↗4,888
  • dask/daskAvatar de dask

    dask/dask

    13,746Ver en GitHub↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Pythondasknumpypandas
    Ver en GitHub↗13,746
  • cupy/cupyAvatar de cupy

    cupy/cupy

    11,000Ver en GitHub↗

    CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and numerical computing on NVIDIA GPUs. It serves as a GPU-accelerated numerical library and a CUDA-based SciPy implementation, offloading heavy calculations to graphics hardware to increase processing speed for scientific and engineering workloads. The library enables multi-framework tensor exchange, allowing data buffers to be shared between different deep learning frameworks using standardized memory layouts to avoid memory copies. It also supports custom GPU kernel integratio

    Python
    Ver en GitHub↗11,000
  • Ver las 30 alternativas a Vexcl→