Procházet zdrojové kódy

Mention the starpu_conf::fpga_load field

Samuel Thibault před 4 roky
rodič
revize
4f653e58c4
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      doc/doxygen/chapters/440_fpga_support.doxy

+ 4 - 1
doc/doxygen/chapters/440_fpga_support.doxy

@@ -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
@@ -268,6 +268,9 @@ In the <c>main</c> function, there are four important steps:
 The rest of the application (data registration, task submission, etc.)
 is as usual with StarPU.
 
+The design load can also be delegated to StarPU by specifying an array of load
+specifications in <c>starpu_conf::fpga_load</c>.
+
 Complete examples are available in <c>tests/fpga/*.c</c>
 
 \subsection FPGADataTransfers Data Transfers in StarPU/FPGA Applications