Skip to content
Snippets Groups Projects
Commit 54358f3d authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

forgot that we need to wait for the drift in case the sort doesn't happen.

parent 68bc3ae3
No related branches found
No related tags found
1 merge request!343Subset sorting
......@@ -146,7 +146,8 @@ void scheduler_add_subcell_tasks(struct scheduler *s, struct cell *c,
/* Unlock the cell. */
lock_unlock_blind(&c->lock);
/* The provided task should depend on the sort. */
/* The provided task should depend on both the drift and the sort. */
scheduler_addunlock(s, c->drift, t);
scheduler_addunlock(s, c->sorts, t);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment