Prechádzať zdrojové kódy

ChangeLog: fix updates

Nathalie Furmento 11 rokov pred
rodič
commit
4d620f87ad
1 zmenil súbory, kde vykonal 7 pridanie a 7 odobranie
  1. 7 7
      ChangeLog

+ 7 - 7
ChangeLog

@@ -73,13 +73,6 @@ Changes:
     starpu_data_set_tag(), data are received as a raw memory)
     starpu_data_set_tag(), data are received as a raw memory)
   * StarPU-MPI: Fix for being able to receive data with the same tag
   * StarPU-MPI: Fix for being able to receive data with the same tag
     from several nodes (see mpi/tests/gather.c)
     from several nodes (see mpi/tests/gather.c)
-  * Function starpu_sched_ctx_create() now takes a variable argument
-    list to define the scheduler to be used, and the minimum and
-    maximum priority values
-  * The functions starpu_sched_set/get_min/max_priority set/get the
-    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.
 
 
 StarPU 1.1.0 (svn revision xxxx)
 StarPU 1.1.0 (svn revision xxxx)
 ==============================================
 ==============================================
@@ -192,6 +185,13 @@ New features:
   * Add a watchdog which permits to easily trigger a crash when StarPU gets
   * Add a watchdog which permits to easily trigger a crash when StarPU gets
     stuck.
     stuck.
   * Document how to migrate data over MPI.
   * Document how to migrate data over MPI.
+  * New function starpu_wakeup_worker() to be used by schedulers to
+    wake up a single worker (instead of all workers) when submitting a
+    single task.
+  * The functions starpu_sched_set/get_min/max_priority set/get the
+    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.
 
 
 Small features:
 Small features:
   * Add starpu_worker_get_by_type and starpu_worker_get_by_devid
   * Add starpu_worker_get_by_type and starpu_worker_get_by_devid