浏览代码

TODO master/slave

Samuel Thibault 7 年之前
父节点
当前提交
9e4e87b085
共有 1 个文件被更改,包括 3 次插入0 次删除
  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));
 
+#ifdef STARPU_DEVEL
+#warning TODO: use pack/unpack for user-defined interfaces
+#endif
 	/* The function needs an array pointing to each interface it needs
 	 * 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