Explorar o código

note that pointer_is_inside is optional

Samuel Thibault %!s(int64=6) %!d(string=hai) anos
pai
achega
c87a684b71
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);