Browse Source

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

Samuel Thibault 3 years ago
parent
commit
87962c26f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/drivers/max/driver_fpga.c

+ 1 - 1
src/drivers/max/driver_fpga.c

@@ -195,7 +195,7 @@ static void init_device_context(unsigned devid)
 			snprintf(s, sizeof(s), "*:%u", (unsigned) devid);
 			/* FIXME: this assumes that the loads are in-order.
 			 * Ideally we'd detect which ones had an explicit load */
-			engines[devid] = max_load(load->file, load->engine_id_pattern);
+			engines[devid] = max_load(load->file, s);
 			STARPU_ASSERT_MSG(engines[devid], "engine %d (part of *) could not be loaded\n", n);
 		}
 		else