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