This commit is contained in:
Faraz Fallahi 2014-08-12 23:14:25 +04:30
parent b9f41d3946
commit 1ecdb341ab
1 changed files with 1 additions and 1 deletions

View File

@ -124,6 +124,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [Boost.Compute](https://github.com/kylelutz/compute) - A C++ GPU Computing Library for OpenCL.
* [Bolt](https://github.com/HSA-Libraries/Bolt) - A C++ template library optimized for GPUs.
* [Intel TBB](https://www.threadingbuildingblocks.org/) - Intel® Threading Building Blocks.
* [Libclsph](https://github.com/libclsph/libclsph) - An OpenCL based GPU accelerated SPH fluid simulation library.
* [OpenCL](https://www.khronos.org/opencl/) - The open standard for parallel programming of heterogeneous systems.
* [OpenMP](http://openmp.org/) - The OpenMP API.
* [Thrust](http://thrust.github.io/) - A parallel algorithms library which resembles the C++ Standard Template Library (STL).
@ -232,7 +233,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [cml](http://cmldev.net/) - free C++ math library for games and graphics.
* [Eigen](http://eigen.tuxfamily.org/index.php) - C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
## Mocking
* [googlemock](http://code.google.com/p/googlemock/) - A library for writing and using C++ mock classes.