Nathalie Furmento
|
2a868052e3
doc: remove un-needed menu
|
13 years ago |
Nathalie Furmento
|
69c32086d2
doc: remove un-needed menu
|
13 years ago |
Olivier Aumage
|
6c935f8d24
- cosmetic changes
|
13 years ago |
Olivier Aumage
|
c2d5cbaaa5
- add a coccinelle example version of check_register.sh
|
13 years ago |
Nathalie Furmento
|
2d696439ee
doc: remove un-needed menu
|
13 years ago |
Nathalie Furmento
|
45f6ba20f6
doc: split examples in basic and advanced
|
13 years ago |
Nathalie Furmento
|
df075540a7
doc: give the void return type to macro STARPU_DATA_ACQUIRE_CB so that it is indexed properly in function index
|
13 years ago |
Nathalie Furmento
|
08cc72731f
doc: use deftypefun and deftp to define functions and datatypes
|
13 years ago |
Nathalie Furmento
|
6dbb4d98c8
doc: update node 'Data Library'
|
13 years ago |
Nathalie Furmento
|
60644856a4
doc: update OpenCL section
|
13 years ago |
Nathalie Furmento
|
a7aaba73f1
include/starpu_task_list.h: remove empty line
|
13 years ago |
Nathalie Furmento
|
9323d024a3
doc: update node 'Workers' Properties
|
13 years ago |
Nathalie Furmento
|
4c72b2a8d4
tools/dev/functions_undocumented.sh: limit search scope
|
13 years ago |
Nathalie Furmento
|
e3ea85de0c
doc: fix document structure
|
13 years ago |
Nathalie Furmento
|
f20fff5cf8
doc: update node 'Data partition' to use deftypefun
|
13 years ago |
Nathalie Furmento
|
c500c3b58b
src/core/perfmodel/perfmodel_history.c: add debug message
|
13 years ago |
Olivier Aumage
|
30a31a49e8
- small example of implementing functions_undocumented.sh using Coccinelle's spatch, may serve as a basis for more elaborated static checks...
|
13 years ago |
Samuel Thibault
|
4b98f15135
Display GPU size in starpu_machine_display
|
13 years ago |
Nathalie Furmento
|
2218547f36
doc: add a datatype index
|
13 years ago |
Nathalie Furmento
|
5e914aa15b
doc: Change the "Initialization and Termination" node to use @defttypefun
|
13 years ago |
Nathalie Furmento
|
f4fb1cc6a5
src/Makefile.am: add ref to new sched_policies/detect_combined_workers.h file
|
13 years ago |
Nathalie Furmento
|
a65546ae4a
move declaration of internal function _starpu_sched_find_worker_combinations() into src directory
|
13 years ago |
Nathalie Furmento
|
d6a2a33cc5
tools/dev/check_register.sh: new tool to check which data handles are not unregistered
|
13 years ago |
Nathalie Furmento
|
34762fc0b4
tools/dev/functions_undocumented.sh: tool to check if some public functions are not documented
|
13 years ago |
Nathalie Furmento
|
fe64185af5
tools: rename sub-directory developers to dev
|
13 years ago |
Nathalie Furmento
|
9fcb392a2a
tools: new sub-directory for tools dedicated to developers
|
13 years ago |
Samuel Thibault
|
30302c54d6
Make drivers wait for all transfer completions, to make sure not to free some data which is still being transferred
|
13 years ago |
Samuel Thibault
|
e095444a11
Fix pingpong benchmark termination: it supposed to take the handle reference before calling _starpu_fetch_data_on_node
|
13 years ago |
Samuel Thibault
|
9143157b9f
document that nready starts at 0
|
13 years ago |
Samuel Thibault
|
a9f7dfbaa3
Make starpu_shutdown wait for all ready tasks. Otherwise, we may stop a worker which was supposed to make a transfer which is needed by some task currently running on some other worker, waiting for that data
|
13 years ago |