Matt Pharr
a501ab1aa6
Fix parenthesization bugs in cost estimates.
...
Also added the debugging print that helped find these issues.
Revert inlining some functions in examples
2011-09-16 19:07:07 -07:00
Matt Pharr
cdc850f98c
Inline some functions in examples
2011-09-16 17:02:21 -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
7a92f8b3f9
Add MSVC build support for stencil example
2011-08-17 02:28:49 -07:00
Matt Pharr
c570108026
Fix linux build of stencil example
2011-08-15 04:44:17 -07:00
Matt Pharr
137ea7bde6
Rename semaphore filename to be more generic
2011-08-04 05:28:00 -07:00
Matt Pharr
e05b3981d9
Add stencil example
2011-08-03 13:49:02 -07:00