소스 검색

Revert "Revert "clear ghost_sync_id flag after use""

This reverts commit 729df385c45bb24d3dd993cc1f50e2737c7567ef.
Nathalie Furmento 5 년 전
부모
커밋
ef7eba03a2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/core/dependencies/implicit_data_deps.c

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

@@ -327,6 +327,7 @@ struct starpu_task *_starpu_detect_implicit_data_deps_with_handle(struct starpu_
 					l->prev = NULL;
 					handle->last_submitted_accessors.next = &handle->last_submitted_accessors;
 					handle->last_submitted_accessors.prev = &handle->last_submitted_accessors;
+					handle->last_submitted_ghost_sync_id_is_valid = 0;
 				}
 				else if (ghost_accessors_id)
 				{