Samuel Thibault
|
1a83af1be4
Make sure users use starpu_conf_init to initialize starpu_conf. Fix some code
|
13 lat temu |
Cyril Roelandt
|
0ee3ebd86c
examples: return 77 when there are no devices.
|
13 lat temu |
Nathalie Furmento
|
572473b193
examples: check return values of starpu functions
|
13 lat temu |
Nathalie Furmento
|
4e84b0ce42
examples: check return values of starpu functions
|
13 lat temu |
Nathalie Furmento
|
b9476e6d4a
update code w.r.t coding style
|
13 lat temu |
Nathalie Furmento
|
61940dab45
examples: inside struct starpu_codelet, use xxx_funcs fields instead of the xxx_func ones
|
13 lat temu |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
13 lat temu |
Nathalie Furmento
|
87ad636148
Type renaming:
|
13 lat temu |
Nathalie Furmento
|
c80a8acea1
Datatypes renaming
|
13 lat temu |
Nathalie Furmento
|
2f3d6b8515
define --enable-slow-machine to run tests and examples with smaller inputs
|
14 lat temu |
Samuel Thibault
|
6beb9fe2f7
Remove now-unused push_prio_task scheduler method
|
14 lat temu |
Nathalie Furmento
|
d6c6d3663f
examples/: do not display messages when environment variable STARPU_SSILENT is set
|
14 lat temu |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 lat temu |
Cédric Augonnet
|
67f15d462a
Add missing return statement
|
14 lat temu |
Nathalie Furmento
|
3784d23683
set unused fields to NULL for the schedulers
|
14 lat temu |
Nathalie Furmento
|
b098931dda
examples/scheduler/dummy_sched.c: add messages to verify the scheduler is properly enabled
|
14 lat temu |
Cédric Augonnet
|
f61ff6f185
Use the helper methods to implement the dummy scheduler.
|
14 lat temu |
Cédric Augonnet
|
3c95481321
- Add prev and next fields in the task structure for the convenience of the scheduler.
|
14 lat temu |
Cédric Augonnet
|
0109c94f9c
Add an example of program embedding its own scheduling policy
|
14 lat temu |