Samuel Thibault 6 vuotta sitten
vanhempi
commit
87cc1c5706
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/core/perfmodel/perfmodel_bus.c

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

@@ -740,7 +740,7 @@ static void benchmark_all_gpu_devices(void)
 
 #ifdef STARPU_HAVE_HWLOC
 	hwloc_topology_init(&hwtopology);
-	_starpu_topology_filter(topology);
+	_starpu_topology_filter(hwtopology);
 	hwloc_topology_load(hwtopology);
 #endif