|
@@ -105,15 +105,18 @@ void _starpu_sink_common_execute(const struct _starpu_mp_node *node,
|
|
|
else
|
|
|
cl_arg = NULL;
|
|
|
|
|
|
+
|
|
|
|
|
|
* but submit it to the correct local worker. */
|
|
|
_starpu_mp_common_send_command(node, STARPU_EXECUTION_SUBMITTED,
|
|
|
NULL, 0);
|
|
|
|
|
|
+
|
|
|
|
|
|
* now. */
|
|
|
kernel(interfaces, cl_arg);
|
|
|
|
|
|
+
|
|
|
_starpu_mp_common_send_command(node, STARPU_EXECUTION_COMPLETED,
|
|
|
&coreid, sizeof(coreid));
|
|
|
}
|