Kyle Lutz
f3f1c390de
Add performance section to documentation
2014-09-21 18:36:58 -07:00
Ed Baunton
0be4019ef5
Style
2014-08-25 20:12:58 +02:00
Ed Baunton
0ced318a38
Improve the warning when perf test hasn't been compiled
2014-08-25 20:11:38 +02:00
roshanr
d356a2c40d
Add benchmark for nth_element
2014-07-30 18:18:34 +05:30
roshanr
be18866bca
Add benchmarks for permutation algorithms
2014-06-27 08:22:32 +05:30
roshanr
7baff5980a
Add benchmarks for search algorithms
2014-06-26 01:27:58 +05:30
roshanr
2e825a9ad1
Add benchmarks for partitioning algorithms
2014-06-25 04:43:47 +05:30
roshanr
e2c5fe5504
Add benchmarks for set algorithms
2014-06-21 02:51:00 +05:30
roshanr
59efaa0eeb
Add tests and benchmarks for unique_copy
2014-04-21 02:00:02 +05:30
roshanr
1e81b7ec2e
Unique algorithm
...
Added unique() algorithm, tests and benchmarks. Removed unused variable
in scan_on_gpu() to remove warnings
2014-03-24 06:30:28 +05:30
roshanr
9450014389
Add benchmarks for rotate and rotate_copy
...
Added compute and stl benchmarks for rotate() and rotate_copy()
2014-03-17 19:12:49 +05:30
roshanr
a65804d0c9
Add benchmarks for reverse
...
Added STL and Compute benchmarks for reverse()
2014-03-16 22:31:29 +05:30
Kyle Lutz
ec11d8cdc4
Add third-party perf tests
...
This adds third-party performance tests to use in comparing
Boost.Compute with other parallel/GPGPU frameworks like Intel's
TBB and NVIDIA's Thrust along with the C++ STL.
Also refactors the timing and profiling infrastructure and adds
a simple perf.py driver script for running performance tests.
2014-02-02 13:12:17 -08:00