|
@@ -18,8 +18,12 @@ StarPU 1.0 (svn revision xxxx)
|
|
|
==============================================
|
|
|
The extensions-again release
|
|
|
|
|
|
- * Make environment variables take precedence over the configuration passed to
|
|
|
- starpu_init()
|
|
|
+ * struct starpu_data_interface_ops --- operations on a data
|
|
|
+ interface --- define a new function pointer allocate_new_data
|
|
|
+ which creates a new data interface of the given type based on
|
|
|
+ an existing handle
|
|
|
+ * Make environment variables take precedence over the configuration
|
|
|
+ passed to starpu_init()
|
|
|
* Add man pages for some of the tools
|
|
|
* Add reduction mode to starpu_mpi_insert_task
|
|
|
* Add C++ application example in examples/cpp/
|