Explorar el Código

Fix checks with multiformat

Samuel Thibault hace 6 años
padre
commit
d3d0177cb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/task.c

+ 1 - 1
src/core/task.c

@@ -828,7 +828,7 @@ int _starpu_task_submit_conversion_task(struct starpu_task *task,
 	_starpu_increment_nready_tasks_of_sched_ctx(j->task->sched_ctx, j->task->flops, j->task);
 	_starpu_job_set_ordered_buffers(j);
 
-	STARPU_ASSERT(task->status == STARPU_TASK_BLOCKED);
+	STARPU_ASSERT(task->status == STARPU_TASK_INVALID);
 	task->status = STARPU_TASK_READY;
 	_starpu_profiling_set_task_push_start_time(task);