浏览代码

Fix hardcoded number of MIC devices

Samuel Thibault 9 年之前
父节点
当前提交
f486b967b1
共有 1 个文件被更改,包括 2 次插入2 次删除
  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