Pārlūkot izejas kodu

Mention the starpu_conf::fpga_load field

Samuel Thibault 4 gadi atpakaļ
vecāks
revīzija
4f653e58c4
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  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