Skip to content

Commit

Permalink
Update links to Boost.Compute in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed May 4, 2015
1 parent 3482d1d commit 812b6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,7 +8,7 @@ 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
matrix-vectork products, etc. Multi-device and even multi-platform computations
are supported. The source code of the library is distributed under very
permissive MIT license.

Expand Down Expand Up @@ -83,7 +83,7 @@ VexCL provides the following backends:
runtime.

[Khronos C++ API]: https://www.khronos.org/registry/cl
[Boost.compute]: https://github.com/kylelutz/compute
[Boost.compute]: https://github.com/boostorg/compute

## <a name="context-initialization"></a>Context initialization

Expand Down

0 comments on commit 812b6e8

Please sign in to comment.