Explorar o código

Fix Name forgotten in -r21327

Corentin Salingue %!s(int64=9) %!d(string=hai) anos
pai
achega
d227e8b266
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/perfmodel/perfmodel_bus.c

+ 1 - 1
src/core/perfmodel/perfmodel_bus.c

@@ -1816,7 +1816,7 @@ void starpu_bus_print_bandwidth(FILE *f)
 	for (src = 0; src < maxnode; src++)
 	for (src = 0; src < maxnode; src++)
 	{
 	{
 		if (src < nnumas)
 		if (src < nnumas)
-			fprintf(f, "RAM_%u\t", src);
+			fprintf(f, "NUMA_%u\t", src);
 		else if (src < nnumas + ncuda)
 		else if (src < nnumas + ncuda)
 			fprintf(f, "CUDA_%u\t", src-nnumas);
 			fprintf(f, "CUDA_%u\t", src-nnumas);
 		else if (src < nnumas + ncuda + nopencl)
 		else if (src < nnumas + ncuda + nopencl)