|
@@ -14,9 +14,25 @@
|
|
|
#
|
|
|
# See the GNU Lesser General Public License in COPYING.LGPL for more details.
|
|
|
|
|
|
-StarPU x.x (svn revision xxxx)
|
|
|
+StarPU 1.0 (svn revision xxxx)
|
|
|
==============================================
|
|
|
+The extensions-again release
|
|
|
|
|
|
+ * Applications can provide several implementations of a codelet for the same
|
|
|
+ architecture.
|
|
|
+ * Add a gcc plugin to extend the C interface with pragmas which allow to
|
|
|
+ easily define codelets and issue tasks.
|
|
|
+ * Add codelet execution time statistics plot.
|
|
|
+ * Add bus speed in starpu_machine_display.
|
|
|
+ * Add a StarPU-Top feedback and steering interface.
|
|
|
+ * Documentation improvement.
|
|
|
+ * Add a STARPU_DATA_ACQUIRE_CB which permits to inline the code to be done.
|
|
|
+ * Permit to specify MPI tags for more efficient starpu_mpi_insert_task
|
|
|
+ * Add a communications.
|
|
|
+ * Add SOCL, an OpenCL interface on top of StarPU.
|
|
|
+ * Add gdb functions.
|
|
|
+ * Add complex support to LU example.
|
|
|
+ * Add an OpenMP fork-join example.
|
|
|
|
|
|
StarPU 0.9 (svn revision 3721)
|
|
|
==============================================
|