Преглед на файлове

Keep reduction tasks' detach to 1, as we don't wait for them, dependencies get things right already

Samuel Thibault преди 13 години
родител
ревизия
3046a7c6af
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/datawizard/reduction.c

+ 0 - 2
src/datawizard/reduction.c

@@ -217,8 +217,6 @@ void _starpu_data_end_reduction_mode(starpu_data_handle_t handle)
 					redux_task->handles[1] = replicate_array[i+step];
 					redux_task->cl->modes[1] = STARPU_R;
 
-					redux_task->detach = 0;
-
 					int ndeps = 0;
 					struct starpu_task *task_deps[2];