Samuel Thibault 12 年之前
父节点
当前提交
faedc748d6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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];
 				}
 #endif
+				/* TODO: generalize computation */
 #ifdef STARPU_USE_OPENCL
 				if (src > ncuda && src <= ncuda + nopencl)
 					slowness += opencldev_timing_dtoh[src-ncuda];