Bladeren bron

Note TODO about NVLink changing the routing game

Samuel Thibault 4 jaren geleden
bovenliggende
commit
050e2b53c5
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      src/datawizard/coherency.c

+ 1 - 0
src/datawizard/coherency.c

@@ -81,6 +81,7 @@ int _starpu_select_src_node(starpu_data_handle_t handle, unsigned destination)
 				unsigned handling_node;
 				unsigned handling_node;
 
 
 				/* Avoid indirect transfers */
 				/* Avoid indirect transfers */
+				/* TODO: but with NVLink, that might be better than a "direct" transfer that actually goes through the Host! */
 				if (!link_supports_direct_transfers(handle, i, destination, &handling_node))
 				if (!link_supports_direct_transfers(handle, i, destination, &handling_node))
 					continue;
 					continue;