Browse Source

starpu_replay: explain why wont_use does not work

Samuel Thibault 7 years ago
parent
commit
f03f88327f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tools/starpu_replay.c

+ 4 - 0
tools/starpu_replay.c

@@ -357,6 +357,10 @@ int submit_tasks(void)
 		else
 		else
 		{
 		{
 			fix_wontuse_handle(currentTask);
 			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]);
 			starpu_data_wont_use(currentTask->task.handles[0]);
 		}
 		}