소스 검색

note that pointer_is_inside is optional

Samuel Thibault 6 년 전
부모
커밋
c87a684b71
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/starpu_data_interfaces.h

+ 1 - 0
include/starpu_data_interfaces.h

@@ -431,6 +431,7 @@ struct starpu_data_interface_ops
 
 	/**
 	   Return whether the given \p ptr is within the data for the given interface on the given node.
+	   This method is optional, as it is only used for coherency checks.
 	*/
 	int 		 (*pointer_is_inside)		(void *data_interface, unsigned node, void *ptr);