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

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

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

ddemidov/vexcl

0
View on GitHub↗
721 星标·85 分支·C++·MIT·6 次浏览vexcl.readthedocs.org↗

Vexcl

VexCL 是一个用于 OpenCL/CUDA/OpenMP 的 C++ 向量表达式模板库

Features

  • 并行处理 - 用于 OpenCL 和 CUDA 的向量表达式模板库。
  • Concurrency and Parallelism - Expression template library for OpenCL and CUDA.
  • Parallel and High-Performance Computing - C++ vector expression library for OpenCL and CUDA.

Star 历史

ddemidov/vexcl 的 Star 历史图表ddemidov/vexcl 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

ddemidov/vexcl 是做什么的?

VexCL 是一个用于 OpenCL/CUDA/OpenMP 的 C++ 向量表达式模板库

ddemidov/vexcl 的主要功能有哪些?

ddemidov/vexcl 的主要功能包括:并行处理, Concurrency and Parallelism, Parallel and High-Performance Computing。

ddemidov/vexcl 有哪些开源替代品?

ddemidov/vexcl 的开源替代品包括: 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…

Vexcl 的开源替代方案

相似的开源项目,按与 Vexcl 的功能重合度排序。
  • nvidia/libcudacxxNVIDIA 的头像

    NVIDIA/libcudacxx

    2,304在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗2,304
  • arrayfire/arrayfirearrayfire 的头像

    arrayfire/arrayfire

    4,888在 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
    在 GitHub 上查看↗4,888
  • dask/daskdask 的头像

    dask/dask

    13,746在 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
    在 GitHub 上查看↗13,746
  • cupy/cupycupy 的头像

    cupy/cupy

    11,000在 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
    在 GitHub 上查看↗11,000
查看 Vexcl 的所有 30 个替代方案→