浏览代码

starpu_replay: explain why wont_use does not work

Samuel Thibault 7 年之前
父节点
当前提交
f03f88327f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      tools/starpu_replay.c

+ 4 - 0
tools/starpu_replay.c

@@ -357,6 +357,10 @@ int submit_tasks(void)
 		else
 		{
 			fix_wontuse_handle(currentTask);
+                        /* FIXME: can not actually work properly since we have
+                         * disabled sequential consistency, so we don't have any
+                         * easy way to make this wait for the last task that
+                         * wrote to the handle. */
 			starpu_data_wont_use(currentTask->task.handles[0]);
 		}