|
@@ -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])
|