2 Commits 87962c26f0 ... edac1df184

Author SHA1 Message Date
  Samuel Thibault edac1df184 Merge branch 'fpga' of gitlab.inria.fr:starpu/starpu into fpga 3 years ago
  Samuel Thibault 5bfc2652f0 max: Document to fix loading on the targetted board instead of * 3 years ago
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/starpu_fpga.h

+ 2 - 2
include/starpu_fpga.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2019-2020  Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
+ * Copyright (C) 2019-2021  Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -49,7 +49,7 @@ struct starpu_max_load
 	max_file_t *file;		/**< Provide the file to be loaded */
 	const char *engine_id_pattern;	/**< Provide the engine(s) on which to be loaded, following
 					     the Maxeler engine naming, i.e. typically
-                                             "local:0", "local:1", etc.
+                                             "*:0", "*:1", etc.
                                              In an array of struct starpu_max_load, only one can have
                                              the "*" specification.  */
 };