Samuel Thibault
|
fec67854c8
Add more optimization tips
|
14 years ago |
Samuel Thibault
|
678bad1d12
fix typo
|
14 years ago |
Samuel Thibault
|
3c73626fb1
make sure codelet structures are completely zeroed
|
14 years ago |
Samuel Thibault
|
3a7dad4c36
cleaner
|
14 years ago |
Samuel Thibault
|
c1be3c2f9e
drop spurious printf
|
14 years ago |
Cédric Augonnet
|
a65fce13c5
Comment debugging printf out since that makes all tests crash
|
14 years ago |
Samuel Thibault
|
9b79aeb3a8
- Generalize performance model functions a bit to accomodate being used for power consumption.
|
14 years ago |
Cédric Augonnet
|
4958e33115
Add two tests that use regression-based performance models
|
14 years ago |
Samuel Thibault
|
708d3f5fd7
do not show cycles or consumption summary when it's not available
|
14 years ago |
Samuel Thibault
|
78a9aaeead
mention that STARPU_WORKER_STATS still at least provides the number of executed tasks even without profiling enabled
|
14 years ago |
Samuel Thibault
|
24b42e1038
- Add starpu_opencl_collect_stats function to collect statistics from OpenCL
|
14 years ago |
Samuel Thibault
|
bcb03da8a8
Add history model to vector scal, to have an example with all of cpu, cuda and opencl
|
14 years ago |
Samuel Thibault
|
a97f956680
Use the proper type
|
15 years ago |
Samuel Thibault
|
a022c36a4d
cope with old linux systems which don't have CPU_OR
|
15 years ago |
Nathalie Furmento
|
8126321d4b
mpi/starpu_mpi_insert_task.c: minor fix
|
15 years ago |
Nathalie Furmento
|
6669ae3971
mpi/starpu_mpi_insert_task.c: add reminder for _starpu_data_deallocate()
|
15 years ago |
Nathalie Furmento
|
255ecb0ca0
StarPU-MPI: make check also runs examples/stencil/stencil5
|
15 years ago |
Nathalie Furmento
|
943e64c831
src/common/utils.h: _STARPU_DEBUG does not display any message if the environment variable STARPU_SILENT is set
|
15 years ago |
Nathalie Furmento
|
3f0741ddca
StarPU-MPI: Add testcase
|
15 years ago |
Nathalie Furmento
|
e08d3dcfe7
mpi/starpu_mpi_insert_task.c: fix cache discarding
|
15 years ago |
Nathalie Furmento
|
38760f7d72
mpi/starpu_mpi_insert_task.c: comment out not-yet-existing function
|
15 years ago |
Nathalie Furmento
|
ba94d9dcff
StarPU-MPI: incomplete implementation of the cache (missing: cache discarding). Use at your own risks...
|
15 years ago |
Nathalie Furmento
|
38de9abde7
include/starpu_data.h: add missing prototypes
|
15 years ago |
Nathalie Furmento
|
5d07d24142
starpu-mpi: re-add line which was wrongly deleted
|
15 years ago |
Nathalie Furmento
|
1f78d39aa2
StarPU-MPI: rename tests/insert_task.c into examples/stencil/stencil5.c
|
15 years ago |
Nathalie Furmento
|
917b4f0671
insert task: update starpu_insert_task_get_sizes to starpu_insert_task_get_arg_size
|
15 years ago |
Samuel Thibault
|
aa1241e77b
TODO: also explain a simple example
|
15 years ago |
Samuel Thibault
|
1d83ab0f83
TODO: document starpu MPI
|
15 years ago |
Nathalie Furmento
|
526a789721
mpi/tests/insert_task.c: use a lazy allocation for neighbors data
|
15 years ago |
Nathalie Furmento
|
03c8d19810
mpi/tests/insert_task.c: update stencil to do a mean on the values, and iterate the computation over the matrix several times
|
15 years ago |