Cédric Augonnet
|
c75c83b219
start to fix make distcheck
|
15 years ago |
Nathalie Furmento
|
50395df8ee
Remove stencil example
|
15 years ago |
Nathalie Furmento
|
5587653a3f
Comment out stencil application
|
15 years ago |
Nathalie Furmento
|
59c29c44ec
merge branches/opencl --> trunk
|
15 years ago |
Cédric Augonnet
|
5bc95cee14
Minor code cleanups
|
15 years ago |
Cédric Augonnet
|
bbdd007b2d
Instead of "heat" we use the LU example (which does the same thing but is
|
15 years ago |
Cédric Augonnet
|
33cfda1300
- Provide a LU decomposition with implicit data dependencies
|
15 years ago |
Cédric Augonnet
|
d954eafd07
Add missing header
|
15 years ago |
Cédric Augonnet
|
202fdaa8c4
When applying a filter to a data handle, we transmit the sequential coherency
|
15 years ago |
Cédric Augonnet
|
fd2e1254e8
Add a test to make sure that implicit data dependencies are working properly.
|
15 years ago |
Cédric Augonnet
|
2e02972ba3
It is now possible to maintain the sequential coherency of a data handle. In
|
15 years ago |
Cédric Augonnet
|
5fce968f7c
Slightly rework the use of the sync_mutex lock that protects jobs from
|
15 years ago |
Cédric Augonnet
|
c9f9e950e6
make sure that data transfers are successful
|
15 years ago |
Cédric Augonnet
|
bae27dbd3c
Split the late_task_deps test into smaller tests for the different situations:
|
15 years ago |
Cédric Augonnet
|
286ea96241
Clean the headers in src/datawizard a little.
|
15 years ago |
Cédric Augonnet
|
61ace4585a
This is no longer a TODO
|
15 years ago |
Cédric Augonnet
|
a9b978b5ea
minor fix: use GotoBLAS rather than STARPU_GOTO in the help messages
|
15 years ago |
Cédric Augonnet
|
f458a27005
Move starpu_advise_if_data_is_important into user_interactions.c
|
15 years ago |
Cédric Augonnet
|
8b176292d7
move the functions responsible for creating / destroying a data handle into the
|
15 years ago |
Cédric Augonnet
|
a69ef10f35
Rename hierarchy.{c,h} into filters.{c,h}
|
15 years ago |
Cédric Augonnet
|
902eaaab9c
There is no need to have starpu_data_state_create public. We also move it in a
|
15 years ago |
Samuel Thibault
|
b8f8e64cb5
fixes for hwloc 1.0
|
15 years ago |
Cédric Augonnet
|
7c7752e348
minor fix to avoid spurious condition variable awaking
|
15 years ago |
Cédric Augonnet
|
c4a9cdc768
In order to facilitate some microbenchmarking, we add a src/debug directory
|
15 years ago |
Cédric Augonnet
|
b19e14f7c2
yet more error checking
|
15 years ago |
Cédric Augonnet
|
d11bfda915
Fix previous commit
|
15 years ago |
Cédric Augonnet
|
075c75f788
Define STARPU_HAVE_MAGMA if and only if magma was enabled
|
15 years ago |
Cédric Augonnet
|
210585a32e
Add a --with-magma option to the configure script to specify whether the MAGMA
|
15 years ago |
Cédric Augonnet
|
0f9a02a475
Yet more return value checking for condition variables
|
15 years ago |
Cédric Augonnet
|
24ac275612
Bug fix: when starpu_wait_task is called on a task, we block until both the
|
15 years ago |