Browse Source

Doc: starpu_data_request_allocation

Cyril Roelandt 13 years ago
parent
commit
bb96aac510
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/chapters/basic-api.texi

+ 2 - 1
doc/chapters/basic-api.texi

@@ -357,7 +357,8 @@ Return the handle associated to ptr @var{ptr}.
 @end deftypefun
 
 @deftypefun int starpu_data_request_allocation (starpu_data_handle_t @var{handle}, uint32_t @var{node})
-todo
+Explicitly ask StarPU to allocate room for a piece of data on the specified
+memory node.
 @end deftypefun
 
 @deftypefun void starpu_data_query_status (starpu_data_handle_t @var{handle}, int @var{memory_node}, {int *}@var{is_allocated}, {int *}@var{is_valid}, {int *}@var{is_requested})