mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2024-11-13 11:16:54 -05:00
Libclsph
This commit is contained in:
parent
b9f41d3946
commit
1ecdb341ab
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue