Andrey Guskov
ed53df90a4
Eliminated MSVC warnings
2015-01-26 16:26:07 +04:00
Dmitry Babokin
82187f8372
Minor fix for examples to compile with strict C++ compiler.
2014-12-31 12:35:11 +03:00
Ilia Filippov
98c56c214a
changing of examples
2013-12-10 15:02:58 +04:00
Ilia Filippov
5012ba34b4
increase data for examples
2013-12-05 19:38:46 +04:00
Ilia Filippov
f620cdbaa1
Changes in perf.py functionality, unification of examples, correction build warnings
2013-08-26 14:04:59 +04:00
Ilia Filippov
806e37338c
add script for measuring performance
2013-07-01 13:30:49 +04:00
Matt Pharr
880cbb18cc
Remove checks to see if system's processor matches the target the code was compiled for.
...
(Preparation for multi-target output.)
2011-10-04 16:01:55 -07:00
Matt Pharr
a94cabc692
Modify stencil example to do separate runs with and without task parallelism.
2011-08-30 05:08:21 -07:00
Matt Pharr
206c851146
Various improvements to example task systems in examples/.
...
- Only have a single copy of all of the tasks_*.cpp sample implementations,
stored in examples/.
- Reduce dynamic storage allocation and locking in task launch code paths.
- Don't have a hard limit of the number of tasks that can be launched on
Windows (fix issue #85 ).
2011-08-17 14:31:45 +01:00
Matt Pharr
c570108026
Fix linux build of stencil example
2011-08-15 04:44:17 -07:00
Matt Pharr
e05b3981d9
Add stencil example
2011-08-03 13:49:02 -07:00