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];