4
I Use This!
High Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 2 days ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In addition to the use of environment variables to specify the number of workers, or which scheduling policy should be enforced, it is now possible to specify those parameter when initializing StarPU. More... about 15 years ago
add a preliminary README file. More... about 15 years ago
add a preliminary README file. More... about 15 years ago
Applications may wait until a set of tags are completed using the starpu_tag_wait_array function. More... about 15 years ago
Applications may wait until a set of tags are completed using the starpu_tag_wait_array function. More... about 15 years ago
add the strassen example to the test suite More... about 15 years ago
add the strassen example to the test suite More... about 15 years ago
add the "incrementer" example to the test suite More... about 15 years ago
add the "incrementer" example to the test suite More... about 15 years ago
Since the "task->cleanup" flag is set by default, there is no need to free the task explicitely anymore. More... about 15 years ago
Since the "task->cleanup" flag is set by default, there is no need to free the task explicitely anymore. More... about 15 years ago
fix a typo More... about 15 years ago
fix a typo More... about 15 years ago
- even once a tag is associated to a task, it can either be ready or blocked. So we create a separate flag. - protect accesses to tag->state More... about 15 years ago
- even once a tag is associated to a task, it can either be ready or blocked. So we create a separate flag. - protect accesses to tag->state More... about 15 years ago
make the tag_example tests less verbose More... about 15 years ago
make the tag_example tests less verbose More... about 15 years ago
cleanup tag_example2 so that it is simpler to understand. This (simple) example still cannot run properly ! More... about 15 years ago
cleanup tag_example2 so that it is simpler to understand. This (simple) example still cannot run properly ! More... about 15 years ago
put examples in $prefix/lib/starpu/examples instead of ${prefix}/bin/examples More... about 15 years ago
put examples in $prefix/lib/starpu/examples instead of ${prefix}/bin/examples More... about 15 years ago
Cleanup tag management code: use static functions and do not export internal functions. More... about 15 years ago
Cleanup tag management code: use static functions and do not export internal functions. More... about 15 years ago
add the "tag_example"s in the test suite More... about 15 years ago
add the "tag_example"s in the test suite More... about 15 years ago
as we use automake, we can get rid of the useless Makefile.in that remains More... about 15 years ago
as we use automake, we can get rid of the useless Makefile.in that remains More... about 15 years ago
Add a "cleanup" flag in the task structure (which is activated by default). If set, this flags tells StarPU to free the task structure once the task is done. More... about 15 years ago
Add a "cleanup" flag in the task structure (which is activated by default). If set, this flags tells StarPU to free the task structure once the task is done. More... about 15 years ago
i'll copy 100 times "i shall remove debug printfs and proofread my patches before committing" More... about 15 years ago