Nathalie Furmento
|
e5f68ad9d6
src: update double values usage
|
14 years ago |
Samuel Thibault
|
093df9884a
fix build with icpc
|
14 years ago |
Samuel Thibault
|
37862069c7
Permit the application to provide its own size base for performance models
|
14 years ago |
Cyril Roelandt
|
c771c734fc
Add a "name" field to the codelet structure.
|
14 years ago |
Samuel Thibault
|
ff7370a654
reference lp2paje
|
14 years ago |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
14 years ago |
Nathalie Furmento
|
efc9c3a136
src: Update LIST_TYPE macro to generate list functionalities and type
|
14 years ago |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
14 years ago |
Nathalie Furmento
|
30c7cbfa10
rename type starpu_tag into starpu_tag_t
|
14 years ago |
Nathalie Furmento
|
906d935956
src: prefix names of internal types and functions with _starpu
|
14 years ago |
Nathalie Furmento
|
c80a8acea1
Datatypes renaming
|
14 years ago |
Samuel Thibault
|
7d283d3f14
Do not let glpk try to solve a supposedly-impossible problem because there is no performance model for some tasks
|
14 years ago |
Samuel Thibault
|
a5661257d0
do not let bound computation equations half-empty when some tasks are not calibrated.
|
14 years ago |
Cyril Roelandt
|
ffcfb86084
Multi-implementation.
|
14 years ago |
Samuel Thibault
|
bd2c88d145
cast void* to please the SCC compiler
|
14 years ago |
Cédric Augonnet
|
853e462da8
- Make sure there is no overflow when we write strings in FxT events.
|
14 years ago |
Nathalie Furmento
|
0f4dabd5bf
fixes warnings detected by icc
|
15 years ago |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
15 years ago |
Samuel Thibault
|
9b79aeb3a8
- Generalize performance model functions a bit to accomodate being used for power consumption.
|
15 years ago |
Nathalie Furmento
|
99eae82973
profiling: use a 1d array as some compilers do not accept a static 2d array as a function parameter
|
15 years ago |
Nathalie Furmento
|
3b61934f1c
typos (detected as warning by icc)
|
15 years ago |
Samuel Thibault
|
78edbdcb26
fix dependencies
|
15 years ago |
Samuel Thibault
|
574f22a2e7
print task kernel names too
|
15 years ago |
Samuel Thibault
|
0332a0a7a2
add dotty output
|
15 years ago |
Samuel Thibault
|
3ef7d1d4d6
record ghost tasks for bound computation too. Fix implicit ghost dependency into using the pre_sync tasks
|
15 years ago |
Samuel Thibault
|
e5758ea8e4
optionally permit to solve LP in integer mode.
|
15 years ago |
Samuel Thibault
|
9ec8eff128
glpk doesn't seem to like infinity, rather use a million seconds
|
15 years ago |
Samuel Thibault
|
6d44eb9aa5
drop not-measured tasks from bound computation without deps too, and resolve in integer mode
|
15 years ago |
Samuel Thibault
|
dd9534fedc
use exclude_from_dag flag in the bound computation too
|
15 years ago |
Samuel Thibault
|
3088029bc1
prohibit task executions whose duration estimation isn't available
|
15 years ago |