ddemidov / vexcl

VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP

Home Page:http://vexcl.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP

http://vexcl.readthedocs.org

License:MIT License


Languages

Language:C++ 98.4%Language:CMake 1.6%Language:Shell 0.1%