VexCL alternatives and similar libraries
Based on the "Concurrency" category.
Alternatively, view VexCL alternatives based on common mentions on social networks and blogs.
-
Thrust
A parallel algorithms library which resembles the C++ Standard Template Library (STL). [Apache2] -
ck
Concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures. [BSD] -
HPX
A general purpose C++ runtime system for parallel and distributed applications of any scale. [Boost] -
moderngpu
moderngpu is a productivity library for general-purpose computing on GPUs. It is a header-only C++ library written for CUDA. The unique value of the library is in its accelerated primitives for solving irregularly parallel problems. [FreeBSD & Copyright, Sean Baxter] -
continuable
Async C++14 platform independent continuation chainer providing light and allocation aware futures -
SPSCQueue.h
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11 -
Easy Creation of GnuPlot Scripts from C++
A simple C++17 library to quickly plot your data with GnuPlot -
CUB
CUB provides state-of-the-art, reusable software components for every layer of the CUDA programming mode. [New BSD]
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of VexCL or a related project?
Popular Comparisons
README
VexCL
VexCL is a vector expression template library for OpenCL/CUDA. It has been created for ease of GPGPU development with C++. VexCL strives to reduce amount of boilerplate code needed to develop GPGPU applications. The library provides convenient and intuitive notation for vector arithmetic, reduction, sparse matrix-vector products, etc. Multi-device and even multi-platform computations are supported. The source code of the library is distributed under very permissive MIT license.
See VexCL documentation at http://vexcl.readthedocs.io/
*Note that all licence references and agreements mentioned in the VexCL README section above
are relevant to that project's source code only.