浏览代码

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