|
@@ -128,8 +128,8 @@ void _starpu_detect_implicit_data_deps_with_handle(struct starpu_task *pre_sync_
|
|
}
|
|
}
|
|
#ifndef STARPU_USE_FXT
|
|
#ifndef STARPU_USE_FXT
|
|
if (_starpu_bound_recording)
|
|
if (_starpu_bound_recording)
|
|
- {
|
|
|
|
#endif
|
|
#endif
|
|
|
|
+ {
|
|
/* Declare all dependencies with ghost readers */
|
|
/* Declare all dependencies with ghost readers */
|
|
starpu_job_t pre_sync_job = _starpu_get_job_associated_to_task(pre_sync_task);
|
|
starpu_job_t pre_sync_job = _starpu_get_job_associated_to_task(pre_sync_task);
|
|
|
|
|
|
@@ -146,9 +146,7 @@ void _starpu_detect_implicit_data_deps_with_handle(struct starpu_task *pre_sync_
|
|
free(prev);
|
|
free(prev);
|
|
}
|
|
}
|
|
handle->last_submitted_ghost_readers_id = NULL;
|
|
handle->last_submitted_ghost_readers_id = NULL;
|
|
-#ifndef STARPU_USE_FXT
|
|
|
|
}
|
|
}
|
|
-#endif
|
|
|
|
|
|
|
|
handle->last_submitted_readers = NULL;
|
|
handle->last_submitted_readers = NULL;
|
|
handle->last_submitted_writer = post_sync_task;
|
|
handle->last_submitted_writer = post_sync_task;
|