|
@@ -106,10 +106,6 @@ Small features:
|
|
working implementations
|
|
working implementations
|
|
* Add STARPU_MALLOC_NORECLAIM flag to allocate without running a reclaim if
|
|
* Add STARPU_MALLOC_NORECLAIM flag to allocate without running a reclaim if
|
|
the node is out of memory.
|
|
the node is out of memory.
|
|
- * Add starpu_memory_allocate and _deallocate to let the application declare
|
|
|
|
- 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
|
|
* New flag STARPU_DATA_MODE_ARRAY for the function family
|
|
starpu_task_insert to allow to define a array of data handles
|
|
starpu_task_insert to allow to define a array of data handles
|
|
along with their access modes.
|
|
along with their access modes.
|
|
@@ -149,6 +145,12 @@ New features:
|
|
specify a directory where to store performance model files in.
|
|
specify a directory where to store performance model files in.
|
|
When unset, the files are stored in $STARPU_HOME/.starpu/sampling
|
|
When unset, the files are stored in $STARPU_HOME/.starpu/sampling
|
|
|
|
|
|
|
|
+Small features:
|
|
|
|
+ * Add starpu_memory_allocate and _deallocate to let the application declare
|
|
|
|
+ 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.
|
|
|
|
+
|
|
Changes:
|
|
Changes:
|
|
* Fix complexity of implicit task/data dependency, from quadratic to linear.
|
|
* Fix complexity of implicit task/data dependency, from quadratic to linear.
|
|
|
|
|