Explorar el Código

starpu_data_is_on_node: Note that it also includes pending requests

Samuel Thibault hace 4 años
padre
commit
495912f623
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);