Popularity
4.8
Stable
Activity
0.0
Declining
695
65
81

Code Quality Rank: L1
Programming language: C++
License: MIT License
Tags: Concurrency    
Latest version: v1.4.1

VexCL alternatives and similar libraries

Based on the "Concurrency" category.
Alternatively, view VexCL alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of VexCL or a related project?

Add another 'Concurrency' Library

README

VexCL

Documentation Status DOI Build Status Build status codecov Coverity Scan Build Status

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.