소스 검색

starpu_data_is_on_node: Note that it also includes pending requests

Samuel Thibault 4 년 전
부모
커밋
495912f623
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);