浏览代码

Merge branch 'fpga' of gitlab.inria.fr:starpu/starpu into fpga

Samuel Thibault 3 年之前
父节点
当前提交
7549355305
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/core/topology.c

+ 3 - 0
src/core/topology.c

@@ -2608,8 +2608,11 @@ static void _starpu_init_workers_binding_and_memory(struct _starpu_machine_confi
 				if (may_bind_automatically[STARPU_FPGA_WORKER])
 				{
 					/* StarPU is allowed to bind threads automatically */
+#if 0
+/* No FPGA preference yet */
 					preferred_binding = _starpu_get_fpga_affinity_vector(devid);
 					npreferred = config->topology.nhwpus;
+#endif
 				}
 #endif /* SIMGRID */
 				if (fpga_init[devid])