Ver código fonte

TODO master/slave

Samuel Thibault 7 anos atrás
pai
commit
9e4e87b085
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      src/drivers/mp_common/sink_common.c

+ 3 - 0
src/drivers/mp_common/sink_common.c

@@ -779,6 +779,9 @@ void _starpu_sink_common_execute(struct _starpu_mp_node *node,
 
 
 	_STARPU_MALLOC(task->interfaces, task->nb_interfaces * sizeof(*task->interfaces));
 	_STARPU_MALLOC(task->interfaces, task->nb_interfaces * sizeof(*task->interfaces));
 
 
+#ifdef STARPU_DEVEL
+#warning TODO: use pack/unpack for user-defined interfaces
+#endif
 	/* The function needs an array pointing to each interface it needs
 	/* The function needs an array pointing to each interface it needs
 	 * during execution. As in sink-side there is no mean to know which
 	 * during execution. As in sink-side there is no mean to know which
 	 * kind of interface to expect, the array is composed of unions of
 	 * kind of interface to expect, the array is composed of unions of