|
@@ -72,12 +72,8 @@ Small features:
|
|
|
* New starpu_memory_get_total function to get the size of a memory node.
|
|
|
|
|
|
Changes:
|
|
|
- * Fix of the livelock issue discovered while executing applications
|
|
|
- on a CPU+GPU cluster of machines by adding a maximum trylock
|
|
|
- threshold before a blocking lock.
|
|
|
* Data interfaces (variable, vector, matrix and block) now define
|
|
|
pack und unpack functions
|
|
|
- * Fix for properly dealing with NAN on windows systems
|
|
|
* StarPU-MPI: Fix for being able to receive data which have not yet
|
|
|
been registered by the application (i.e it did not call
|
|
|
starpu_data_set_tag(), data are received as a raw memory)
|
|
@@ -207,6 +203,7 @@ New features:
|
|
|
priorities of the current scheduling context, i.e the one which
|
|
|
was set by a call to starpu_sched_ctx_set_context() or the initial
|
|
|
context if the function has not been called yet.
|
|
|
+ * Fix for properly dealing with NAN on windows systems
|
|
|
|
|
|
Small features:
|
|
|
* Add starpu_worker_get_by_type and starpu_worker_get_by_devid
|
|
@@ -302,6 +299,9 @@ Changes:
|
|
|
priorities of the current scheduling context, i.e the one which
|
|
|
was set by a call to starpu_sched_ctx_set_context() or the initial
|
|
|
context if the function was not called yet.
|
|
|
+ * MPI: Fix of the livelock issue discovered while executing applications
|
|
|
+ on a CPU+GPU cluster of machines by adding a maximum trylock
|
|
|
+ threshold before a blocking lock.
|
|
|
|
|
|
Small changes:
|
|
|
* STARPU_NCPU should now be used instead of STARPU_NCPUS. STARPU_NCPUS is
|