Samuel Thibault 12 years ago
parent
commit
faedc748d6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/perfmodel/perfmodel_bus.c

+ 1 - 0
src/core/perfmodel/perfmodel_bus.c

@@ -1344,6 +1344,7 @@ static void write_bus_bandwidth_file_content(void)
 						slowness += cudadev_timing_htod[dst];
 						slowness += cudadev_timing_htod[dst];
 				}
 				}
 #endif
 #endif
+				/* TODO: generalize computation */
 #ifdef STARPU_USE_OPENCL
 #ifdef STARPU_USE_OPENCL
 				if (src > ncuda && src <= ncuda + nopencl)
 				if (src > ncuda && src <= ncuda + nopencl)
 					slowness += opencldev_timing_dtoh[src-ncuda];
 					slowness += opencldev_timing_dtoh[src-ncuda];