浏览代码

Drop outdated comment

Samuel Thibault 5 年之前
父节点
当前提交
2d65e29c3f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/core/dependencies/implicit_data_deps.c

+ 0 - 1
src/core/dependencies/implicit_data_deps.c

@@ -50,7 +50,6 @@ static void _starpu_add_dependency(starpu_data_handle_t handle, struct starpu_ta
 }
 }
 
 
 /* Add post_sync_task as new accessor among the existing ones, making pre_sync_task depend on the last synchronization task if any.  */
 /* Add post_sync_task as new accessor among the existing ones, making pre_sync_task depend on the last synchronization task if any.  */
-/* This returns 1 if pre_sync_task really needs to wait for anything, and 0 otherwise (which means it does not actually need to be submitted) */
 static void _starpu_add_accessor(starpu_data_handle_t handle, struct starpu_task *pre_sync_task, int submit_pre_sync, struct starpu_task *post_sync_task, struct _starpu_task_wrapper_dlist *post_sync_task_dependency_slot)
 static void _starpu_add_accessor(starpu_data_handle_t handle, struct starpu_task *pre_sync_task, int submit_pre_sync, struct starpu_task *post_sync_task, struct _starpu_task_wrapper_dlist *post_sync_task_dependency_slot)
 {
 {
 	/* Add this task to the list of readers */
 	/* Add this task to the list of readers */