소스 검색

StarPU does not yet measure GPU-GPU transfers

Samuel Thibault 14 년 전
부모
커밋
f351cf2d3f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/core/perfmodel/perfmodel_bus.c

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

@@ -431,6 +431,8 @@ static void benchmark_all_gpu_devices(void)
 	struct starpu_machine_config_s *config = _starpu_get_machine_config();
 	ncpus = _starpu_topology_get_nhwcpu(config);
 
+	/* TODO: measure bandwidth between GPU-GPU */
+
 #ifdef STARPU_USE_CUDA
         cudaGetDeviceCount(&ncuda);
 	for (i = 0; i < ncuda; i++)