Explorar el Código

marking as requested would falsely make schedulers believe the data will soon be transferred while that's not true

Samuel Thibault hace 10 años
padre
commit
1da595f4fa
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/datawizard/coherency.c

+ 0 - 2
src/datawizard/coherency.c

@@ -789,8 +789,6 @@ int starpu_idle_prefetch_task_input_on_node(struct starpu_task *task, unsigned n
 
 		struct _starpu_data_replicate *replicate = &handle->per_node[node];
 		idle_prefetch_data_on_node(handle, replicate, mode);
-
-		_starpu_set_data_requested_flag_if_needed(handle, replicate);
 	}
 
 	return 0;