• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.travis/H09-Nov-2021-3118

CL/H09-Nov-2021-10,3407,047

cmake/H09-Nov-2021-313258

docs/H07-May-2022-4,6273,296

examples/H03-May-2022-2,0531,549

tests/H03-May-2022-5,4864,011

vexcl/H09-Nov-2021-35,80725,844

.appveyor.ymlH A D09-Nov-20211.5 KiB4841

.gitignoreH A D09-Nov-202119 43

.travis.ymlH A D09-Nov-20211.8 KiB7164

DEPENDS.mdH A D09-Nov-2021404 118

INSTALL.mdH A D09-Nov-20212.1 KiB5541

LICENSE.mdH A D09-Nov-20211.1 KiB2318

README.mdH A D09-Nov-20211.2 KiB2015

README.md

1# VexCL
2
3[![Documentation Status](https://readthedocs.org/projects/vexcl/badge/?version=latest)](http://vexcl.readthedocs.io/en/latest/?badge=latest)
4[![DOI](https://zenodo.org/badge/4479068.svg)](https://zenodo.org/badge/latestdoi/4479068)
5[![Build Status](https://travis-ci.org/ddemidov/vexcl.svg?branch=master)](https://travis-ci.org/ddemidov/vexcl)
6[![Build status](https://ci.appveyor.com/api/projects/status/nmky93cldeywgru7?svg=true)](https://ci.appveyor.com/project/ddemidov/vexcl)
7[![codecov](https://codecov.io/gh/ddemidov/vexcl/branch/master/graph/badge.svg)](https://codecov.io/gh/ddemidov/vexcl)
8[![Coverity Scan Build Status](https://scan.coverity.com/projects/5306/badge.svg)](https://scan.coverity.com/projects/5306)
9
10
11VexCL is a vector expression template library for OpenCL/CUDA. It has been
12created for ease of GPGPU development with C++. VexCL strives to reduce amount
13of boilerplate code needed to develop GPGPU applications. The library provides
14convenient and intuitive notation for vector arithmetic, reduction, sparse
15matrix-vector products, etc. Multi-device and even multi-platform computations
16are supported. The source code of the library is distributed under very
17permissive MIT license.
18
19See VexCL documentation at http://vexcl.readthedocs.io/
20