Explorar el Código

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

Samuel Thibault hace 13 años
padre
commit
3046a7c6af
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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];