|
@@ -73,8 +73,6 @@ New features:
|
|
|
* New performance model format to better represent parallel tasks.
|
|
|
Used to provide estimations for the execution times of the
|
|
|
parallel tasks on scheduling contexts or combined workers.
|
|
|
- * New function starpu_memory_wait_available() which allows to wait
|
|
|
- for a given size to become available on a given node.
|
|
|
|
|
|
Small features:
|
|
|
* Tasks can now have a name (via the field const char *name of
|
|
@@ -109,7 +107,9 @@ Small features:
|
|
|
* Add STARPU_MALLOC_NORECLAIM flag to allocate without running a reclaim if
|
|
|
the node is out of memory.
|
|
|
* Add starpu_memory_allocate and _deallocate to let the application declare
|
|
|
- its own allocation to the reclaiming engine.
|
|
|
+ its own allocation to the reclaiming engine, and
|
|
|
+ starpu_memory_wait_available() to wait for a given size to become available
|
|
|
+ on a given node.
|
|
|
* New flag STARPU_DATA_MODE_ARRAY for the function family
|
|
|
starpu_task_insert to allow to define a array of data handles
|
|
|
along with their access modes.
|