Cyril Roelandt
|
a2c0ae2977
tools/dev/experimantal: fix the org mode of the Coccinelle scripts so that the HTML export is pretty.
|
13 years ago |
Samuel Thibault
|
5db38d9ba8
Take benefit from cuda4's ability to allocate pinned memory from the main thread
|
13 years ago |
Samuel Thibault
|
7db866d4d9
Document TODO assertions
|
13 years ago |
Samuel Thibault
|
915f4f78dc
Use hwloc to save/restore cpubind
|
13 years ago |
Samuel Thibault
|
11e1a38f70
Factorize getting the profiling flag. Avoids issues when it turns 1 in between and thus job_feedback believes codelet_start/end are filled in while they are not
|
13 years ago |
Samuel Thibault
|
6601073b84
Make opencl/cuda cases homogeneous. Fixes bugs btw.
|
13 years ago |
Samuel Thibault
|
517fda4280
Explain why it does not happen in practice
|
13 years ago |
Cyril Roelandt
|
4e8958599a
Trying to recover the old libstarpu.pc.in.
|
13 years ago |
Cyril Roelandt
|
89de8eaf89
tools/valgrind/starpu.suppr: add a false positive to the suppression file.
|
13 years ago |
Ludovic Courtès
|
1c1f796554
Revert "Remove `libstarpu.pc.in'."
|
13 years ago |
Samuel Thibault
|
f95e043173
Mention that hwloc is even more strongly recommended for parallel workers
|
13 years ago |
Samuel Thibault
|
9b8ab4b58d
Create less tasks on slow machines to avoid overflowing memory
|
13 years ago |
Samuel Thibault
|
db359e2621
Enable forkjoin parallel workers only if we have hwloc, otherwise we don't have code to bind/unbind threads.
|
13 years ago |
Nathalie Furmento
|
0e898d8fd4
examples/: check return value for starpu functions
|
13 years ago |
Ludovic Courtès
|
9f1854caf2
Remove `libstarpu.pc.in'.
|
13 years ago |
Ludovic Courtès
|
7ba08a7539
Augment `.gitignore'.
|
13 years ago |
Ludovic Courtès
|
f8fe1aa35d
gcc: Initialize the `name' field of codelets.
|
13 years ago |
Cyril Roelandt
|
25e0ae9760
tools/dev/mycocci.sh: allow multiple targets.
|
13 years ago |
Samuel Thibault
|
24a2f14d6b
Make sure we don't overflow the next_req array
|
13 years ago |
Samuel Thibault
|
f58ae2dc66
really make coherency between timestamp take and profiling update
|
13 years ago |
Samuel Thibault
|
4972d48c77
Set task blocked status before submitting dependency, to avoid concurrency between setting after that, and another worker that completes the dependency just after that
|
13 years ago |
Cyril Roelandt
|
485aea04f3
Coccinelle: destroy_task_on_error.cocci: set task->destroy to 0 before calling starpu_task_destroy().
|
13 years ago |
Nathalie Furmento
|
ba6e618d50
examples/basic_examples/block.c: task->destroy must be set to 0 before calling starpu_task_destroy()
|
13 years ago |
Samuel Thibault
|
c463c73467
Unlock children spinlocks before freeing them
|
13 years ago |
Nathalie Furmento
|
fb08637225
starpu_use_macro.sh: define sed command directly into sh script
|
13 years ago |
Samuel Thibault
|
6df3175894
Fix race
|
13 years ago |
Samuel Thibault
|
4986e322e6
Avoid depending on inlining behavior
|
13 years ago |
Nathalie Furmento
|
2b5cb43911
tools/dev: a bit of cleaning
|
13 years ago |
Samuel Thibault
|
68aebcf051
Fix suppression
|
13 years ago |
Cyril Roelandt
|
be2a8f73f9
basic_examples/block.c: fix a memory leak.
|
13 years ago |