소스 검색

bandwidth: TODO would emphasize bandwidth issues even more by distributing over hierarchy

Samuel Thibault 4 년 전
부모
커밋
de0e2717f8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/microbenchs/bandwidth.c

+ 1 - 0
tests/microbenchs/bandwidth.c

@@ -110,6 +110,7 @@ static void parse_args(int argc, char **argv)
 
 static unsigned interleave(unsigned i)
 {
+	/* TODO: rather distribute over hierarchy */
 	if (total_ncpus > 1)
 		return (i % (total_ncpus/2))*2 + i / (total_ncpus/2);
 	else