Nathalie Furmento
|
4f8508ef4b
include: minor fixes
|
13 년 전 |
Nicolas Collin
|
05fe4bd695
Added a hook function pre_exec_hook called in drivers.
|
13 년 전 |
Nathalie Furmento
|
a20450f5cc
include: fix includes
|
13 년 전 |
Nathalie Furmento
|
1f0545b4e9
include: code cleaning
|
13 년 전 |
Samuel Thibault
|
2f4491e804
Add can_execute member to the codelet structure, so applications can fine-tune implementations usage. Make most schedulers enforce it.
|
13 년 전 |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
13 년 전 |
Nathalie Furmento
|
87ad636148
Type renaming:
|
13 년 전 |
Nathalie Furmento
|
adf2f44e62
turn starpu_access_mode into an enumerated type
|
13 년 전 |
Samuel Thibault
|
2b4e61f351
Always make sure that starpu.h gets included first, since that one knows which order has to be used for the rest. Expose history entries to applications.
|
13 년 전 |
Nathalie Furmento
|
c80a8acea1
Datatypes renaming
|
13 년 전 |
Nathalie Furmento
|
a65546ae4a
move declaration of internal function _starpu_sched_find_worker_combinations() into src directory
|
13 년 전 |
Cyril Roelandt
|
6884c732c5
First version of the multiformat interface.
|
13 년 전 |
Samuel Thibault
|
df7fc98be6
Add missing C++ guards
|
13 년 전 |
Cyril Roelandt
|
ffcfb86084
Multi-implementation.
|
13 년 전 |
Samuel Thibault
|
c7c9dee23b
improve comments
|
13 년 전 |
Samuel Thibault
|
6beb9fe2f7
Remove now-unused push_prio_task scheduler method
|
14 년 전 |
Samuel Thibault
|
17e420dd09
Fixes comment style in files in the include directory to allow
|
14 년 전 |
Nathalie Furmento
|
7b59581779
include/: when compiling with visual studio, do not include pthread.h, do not define functions using pthread types, and define pthread variables as void * (followup to #3304)
|
14 년 전 |
Nathalie Furmento
|
511e71c851
include: when compiling with visual studio c++, do not include pthread.h (it does not exist), and replace pthread types with void*
|
14 년 전 |
Cédric Augonnet
|
e1fe20fbfc
- Factorize code in the HEFT strategy
|
14 년 전 |
Cédric Augonnet
|
c7861a68be
- Export methods to query predicted performance for task execution time, data
|
14 년 전 |
Cédric Augonnet
|
918f77005c
The push_task_notify method permits to keep the scheduler's structures up to
|
14 년 전 |
Cédric Augonnet
|
6a644744e4
The starpu_push_local_task function puts a task into the local queue associated
|
14 년 전 |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 년 전 |
Samuel Thibault
|
2c3c6b45a5
finish r2995
|
14 년 전 |
Cédric Augonnet
|
61cdbb41bd
Add support for parallel tasks:
|
14 년 전 |
Samuel Thibault
|
7305d4d589
Add missing include.
|
14 년 전 |
Samuel Thibault
|
d023ed950e
push decision of "where" parameter of task pops down to scheduling policies, turn it into a worker id, and propagate to pop_task functions too
|
14 년 전 |
Cédric Augonnet
|
0a93ca40d1
The scheduling strategy may now select the min/max priority levels. The
|
14 년 전 |
Cédric Augonnet
|
1d6bd522d7
Minimal documentation of the starpu_sched_policy_s structure
|
14 년 전 |