Samuel Thibault
|
ce7007a3c3
Add events to see where profiling starts and stops
|
12 years ago |
Samuel Thibault
|
036f842578
Fix uninitialized value
|
12 years ago |
Samuel Thibault
|
0b407a7c7a
Use a macro to hide FUT_DO_PROBE2 call
|
12 years ago |
Olivier Aumage
|
66ffb9122d
- typo
|
12 years ago |
Samuel Thibault
|
5a1fc06b61
Fix paje trace hierarchy, thanks Luka Stanisic for the fix
|
12 years ago |
Andra Hugo
|
6fd68c0e07
execute parallel code (openmp for eg) inside contexts ------ temporary solution
|
12 years ago |
Olivier Aumage
|
9cba6c023f
- try to accommodate different falvors of backslash interpretation
|
12 years ago |
Olivier Aumage
|
084e2a3757
- fix generation of version.sty
|
12 years ago |
Olivier Aumage
|
2b1be3f6e5
- use SED variable set by configure instead of hard-coded sed command
|
12 years ago |
Nathalie Furmento
|
f08f953c72
src/datawizard/interfaces/data_interface.c: modify _starpu_data_unregister() to not fetch the data if there
|
12 years ago |
Samuel Thibault
|
89a0642f5e
Define _XOPEN_SOURCE to 600 in .pc file to get the rwlock and barrier declarations
|
12 years ago |
Samuel Thibault
|
4380f48ef6
Fix non-C89 comments
|
12 years ago |
Nathalie Furmento
|
0b1c0eb6d0
src/datawizard/interfaces/void_interface.c: fix pack function, count and ptr should be set
|
12 years ago |
Nathalie Furmento
|
a1182a54a2
mpi/tests/mpi_earlyrecv2.c: add testcase for void data
|
12 years ago |
Nathalie Furmento
|
4e5f992ff6
src/datawizard/interfaces/void_interface.c: define pack and unpack functions
|
12 years ago |
Nathalie Furmento
|
e355c3917f
mpi/src/starpu_mpi.c: check the data interface defines a unpack function before calling it
|
12 years ago |
Samuel Thibault
|
39cf0245f7
Do not define colors for undefined Ctx0
|
12 years ago |
Samuel Thibault
|
87bf731e40
Make Cholesky use asynchronous CUDA tasks. Also factorize the codelet structures along the way.
|
12 years ago |
Nathalie Furmento
|
12ffd4005e
mpi: update applications to use starpu_mpi_data_register instead of both starpu_data_set_tag and starpu_data_set_rank
|
12 years ago |
Samuel Thibault
|
8f4d0b449f
Make sure default value is STARPU_SEQ
|
12 years ago |
Samuel Thibault
|
8f26d26ad7
Introduce the STARPU_CUDA_ASYNC and STARPU_OPENCL_ASYNC flags. No optimization is done yet for now.
|
12 years ago |
Nathalie Furmento
|
fa66bfbbf9
tests/perfmodels/user_base.c: make sure function always return a value
|
12 years ago |
Samuel Thibault
|
f7033edbc6
Drop spurious test
|
12 years ago |
Samuel Thibault
|
384ffc0f62
Add missing ghost dependencies in DAG
|
12 years ago |
Samuel Thibault
|
1bb1440053
Make DAG readable
|
12 years ago |
Samuel Thibault
|
8e3d4676f4
Make _starpu_data_wait_until_available take a synchronization name, so that the node in the DAG becomes understandable
|
12 years ago |
Samuel Thibault
|
1a62c13496
reformat comment
|
12 years ago |
Samuel Thibault
|
b59aff6ad5
Fix starpu_data_unregister_submit and starpu_data_unregister_no_coherency, to make them properly wait for pending tasks
|
12 years ago |
Nathalie Furmento
|
d023eb38ae
fix function name to starpu_data_unregister_submit() and starpu_data_invalidate_submit()
|
12 years ago |
Samuel Thibault
|
8cc1f6c0db
Use separate OpenCL command queues for CPU->GPU, GPU->CPU, and GPU->GPU transfers
|
12 years ago |