Merge pull request #186 from u1234x1234/master

Add ArrayFire to Concurrency
This commit is contained in:
Faraz Fallahi
2016-01-19 12:26:14 -06:00

View File

@@ -167,6 +167,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
## Concurrency
*Concurrency and Multithreading*
* [ArrayFire](https://github.com/arrayfire/arrayfire) - A general purpose GPU library. [BSD]
* [Boost.Compute](https://github.com/boostorg/compute) - A C++ GPU Computing Library for OpenCL. [Boost]
* [Bolt](https://github.com/HSA-Libraries/Bolt) - A C++ template library optimized for GPUs. [Apache2]
* [C++React](https://github.com/schlangster/cpp.react) - A reactive programming library for C++11. [Boost]