Browse Source

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

Samuel Thibault 4 years ago
parent
commit
de0e2717f8
1 changed files with 1 additions and 0 deletions
  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