Quellcode durchsuchen

Fix hardcoded number of MIC devices

Samuel Thibault vor 9 Jahren
Ursprung
Commit
f486b967b1
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/core/topology.c

+ 2 - 2
src/core/topology.c

@@ -794,8 +794,8 @@ _starpu_init_mic_config (struct _starpu_machine_config *config,
     }
 
 #ifdef STARPU_USE_MIC
-static COIENGINE handles[2];
-static COIPROCESS process[2];
+static COIENGINE handles[STARPU_MAXMICDEVS];
+static COIPROCESS mic_process[STARPU_MAXMICDEVS];
 #endif
 
 static void