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

Do not make WT requests idle, we want them as soon as possible

Samuel Thibault преди 10 години
родител
ревизия
7770941686
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/datawizard/write_back.c

+ 1 - 1
src/datawizard/write_back.c

@@ -64,7 +64,7 @@ void _starpu_write_through_data(starpu_data_handle_t handle, unsigned requesting
 
 				struct _starpu_data_request *r;
 				r = _starpu_create_request_to_fetch_data(handle, &handle->per_node[node],
-									 STARPU_R, 2, 1, wt_callback, handle);
+									 STARPU_R, 1, 1, wt_callback, handle);
 
 			        /* If no request was created, the handle was already up-to-date on the
 			         * node */