Samuel Thibault
|
4ab4772e64
reject unknown transfer types
|
9 年之前 |
Terry Cojean
|
7c9d8feb8f
Use fabs instead of abs for double values. Also add missing include.
|
9 年之前 |
Nathalie Furmento
|
1bc5278778
datastats: fix use of STARPU_ENABLE_STATS
|
10 年之前 |
Nathalie Furmento
|
9ff722b45d
src/datawizard/datastats.c: call starpu_getenv only once
|
10 年之前 |
Samuel Pitoiset
|
a0f11560b6
doc: document starpu_task_wait_array()
|
10 年之前 |
Samuel Pitoiset
|
dcbdbc6d85
core: add starpu_task_wait_array()
|
10 年之前 |
Samuel Thibault
|
fef389dfdf
Fix atomicity of FOO_prio_list_empty
|
10 年之前 |
Samuel Thibault
|
871bf96056
TODOs
|
10 年之前 |
Samuel Thibault
|
a5f7d96fea
Add rbtree and rbtree+list implementation. Use it to introduce priorities in data requests, which default to the task priority or workerorder
|
10 年之前 |
Samuel Thibault
|
e56836b055
Keep fetches and prefetches in the submission order even when upgrading
|
10 年之前 |
Nathalie Furmento
|
bf919c2868
src/core/workers.c: fix coding style
|
10 年之前 |
Samuel Pitoiset
|
aa11fd4af0
core: replace STARPU_ENABLE_STATS with an envvar
|
10 年之前 |
Samuel Pitoiset
|
6c32e5cf22
examples: use fabsf() instead of abs() for floating point values
|
10 年之前 |
Samuel Pitoiset
|
1d7202a33e
examples: fix wrong use of STARPU_SCC_WORKER in dot_product.c
|
10 年之前 |
Samuel Thibault
|
d02d46af5e
fix comment order
|
10 年之前 |
Samuel Pitoiset
|
34070986d4
mpi: fix starpu_mpi_datatype_unregister() return value
|
10 年之前 |
Samuel Thibault
|
0e92653f70
Add _list_member and _list_ismember helpers, and use them
|
10 年之前 |
Samuel Thibault
|
582ce749f2
Fix out of bound access when using more than 2 mpi processes
|
10 年之前 |
Samuel Thibault
|
633d07fcdc
Fix example code end
|
10 年之前 |
Nathalie Furmento
|
af504495c1
tests/main/execute_schedule.c: fix call to starpu_variable_data_register and unregister data + free memory
|
10 年之前 |
Samuel Thibault
|
1d557e8a9f
fix allocation size
|
10 年之前 |
Samuel Thibault
|
16e27ac7e9
Fix assertion
|
10 年之前 |
Samuel Thibault
|
7e035856e4
Add transfers to schedule execution test so we see the issue with transfer ordering
|
10 年之前 |
Samuel Thibault
|
37d6545b85
Also accept cuda0 as -a parameter to starpu_perfmodel_display
|
10 年之前 |
Samuel Thibault
|
ecc274e4c0
Distinguish between fetches, prefetches and idle fetches in the paje trace
|
10 年之前 |
Samuel Thibault
|
4a725a7309
drop unused parameter
|
10 年之前 |
Samuel Thibault
|
61fa017261
Make stencil return 77 when no worker can execute a task
|
10 年之前 |
Samuel Thibault
|
d650d6dcd1
Avoid recursing when unlocking data requests, otherwise we can end up stacking calls
|
10 年之前 |
Samuel Thibault
|
e14bd55c19
Avoid filling debugging logs with 'not clean' messages
|
10 年之前 |
Nathalie Furmento
|
1447537955
mpi/src: protect all accesses to the hashtable
|
10 年之前 |