|
@@ -715,7 +715,7 @@ unsigned _starpu_enforce_deps_starting_from_task(struct _starpu_job *j)
|
|
}
|
|
}
|
|
STARPU_PTHREAD_MUTEX_UNLOCK(&j->sync_mutex);
|
|
STARPU_PTHREAD_MUTEX_UNLOCK(&j->sync_mutex);
|
|
|
|
|
|
- /* enforce data dependencies */
|
|
|
|
|
|
+ /* respect data concurrent access */
|
|
if (_starpu_concurrent_data_access(j))
|
|
if (_starpu_concurrent_data_access(j))
|
|
return 0;
|
|
return 0;
|
|
|
|
|