|
@@ -736,7 +736,7 @@ int _starpu_fetch_task_input(struct _starpu_job *j)
|
|
|
#endif
|
|
|
}
|
|
|
|
|
|
- _STARPU_TRACE_DATA_LOAD(workerid,total_size)
|
|
|
+ _STARPU_TRACE_DATA_LOAD(workerid,total_size);
|
|
|
/* Now that we have taken the data locks in locking order, fill the codelet interfaces in function order. */
|
|
|
for (index = 0; index < nbuffers; index++)
|
|
|
{
|