浏览代码

ChangeLog: mention prolog callback introduced in #11012

Nathalie Furmento 12 年之前
父节点
当前提交
6cf9aca5bb
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      ChangeLog

+ 3 - 0
ChangeLog

@@ -47,6 +47,9 @@ New features:
     _STARPU_PERFMODEL_VERSION should be updated. It is then possible
     _STARPU_PERFMODEL_VERSION should be updated. It is then possible
     to switch easily between differents versions of StarPU having
     to switch easily between differents versions of StarPU having
     different performance model formats.
     different performance model formats.
+  * Tasks can now define a optional prolog callback which is executed
+    on the host just before the task is pushed. Tasks which depend on
+    the task might already be executing.
 
 
 Small features:
 Small features:
   * Add cl_arg_free field to enable automatic free(cl_arg) on task
   * Add cl_arg_free field to enable automatic free(cl_arg) on task