Browse Source

starpu_data_is_on_node: Note that it also includes pending requests

Samuel Thibault 4 years ago
parent
commit
495912f623
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/starpu_data.h

+ 1 - 1
include/starpu_data.h

@@ -471,7 +471,7 @@ int starpu_data_idle_prefetch_on_node_prio(starpu_data_handle_t handle, unsigned
 
 /**
    Check whether a valid copy of \p handle is currently available on
-   memory node \p node.
+   memory node \p node (or a transfer request for getting so is ongoing).
 */
 unsigned starpu_data_is_on_node(starpu_data_handle_t handle, unsigned node);