ソースを参照

Fix prefetched state of restarted tasks

Samuel Thibault 5 年 前
コミット
f4ecb58eb4
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/core/task.c

+ 1 - 0
src/core/task.c

@@ -740,6 +740,7 @@ static int _starpu_task_submit_head(struct starpu_task *task)
 		task->status = STARPU_TASK_INVALID;
 	else
 		STARPU_ASSERT(task->status == STARPU_TASK_INVALID);
+	task->prefetched = 0;
 
 	if (j->internal)
 	{