浏览代码

Fix missing renames

Samuel Thibault 13 年之前
父节点
当前提交
64c7e51ce4
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      doc/chapters/advanced-examples.texi
  2. 1 1
      doc/chapters/perf-feedback.texi

+ 2 - 2
doc/chapters/advanced-examples.texi

@@ -652,8 +652,8 @@ and dtq_handle can now be used in @code{STARPU_REDUX} mode for the dot products
 with partitioned vectors:
 
 @smallexample
-int dots(starpu_data_handle v1, starpu_data_handle v2,
-         starpu_data_handle s, unsigned nblocks)
+int dots(starpu_data_handle_t v1, starpu_data_handle_t v2,
+         starpu_data_handle_t s, unsigned nblocks)
 @{
     starpu_insert_task(&bzero_variable_cl, STARPU_W, s, 0);
     for (b = 0; b < nblocks; b++)

+ 1 - 1
doc/chapters/perf-feedback.texi

@@ -64,7 +64,7 @@ function.
 It it worth noting that the application may directly access this structure from
 the callback executed at the end of the task. The @code{starpu_task} structure
 associated to the callback currently being executed is indeed accessible with
-the @code{starpu_get_current_task()} function.
+the @code{starpu_task_get_current()} function.
 
 @node Codelet feedback
 @subsection Per-codelet feedback