Skip to content

Commit d0dc0b8

Browse files
authored
FPGA: Update the include folder readme (oneapi-src#861)
* reorganize header names and remove utils.hpp Signed-off-by: Yohann Uguen <[email protected]> * Changing table titles size Signed-off-by: Yohann Uguen <[email protected]> * rephrasing descriptions Signed-off-by: Yohann Uguen <[email protected]>
1 parent c178b67 commit d0dc0b8

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

DirectProgramming/DPC++FPGA/include/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22
This directory contains utility header libraries optimized for FPGA DPC++ designs. Examples of their usage can be found in ReferenceDesigns and Tutorials.
33

44
## Available Header Libraries
5+
6+
### Utilities
7+
58
| Filename | Description
69
--- |---
7-
| pipe_utils.hpp | Defines utilities for working with pipes, such as PipeArray.
810
| constexpr_math.hpp | Defines utilities for statically computing math functions such as Log2.
11+
| pipe_utils.hpp | Utility classes for working with pipes, such as PipeArray.
912
| tuple.hpp | Defines a template to implement tuples.
1013
| unrolled_loop.hpp | Defines a templated implementation of unrolled loops.
11-
| streaming_qrd.hpp | Defines a functor that implements the QR decomposition of matrices.
12-
| streaming_qri.hpp | Defines a functor that implements the QR-based inversion of matrices.
13-
| utils.hpp | Defines commonly used classes.
14+
15+
### Linear algebra
16+
17+
| Filename | Description
18+
--- |---
19+
| streaming_qrd.hpp | QR decomposition of matrices with pipe interfaces.
20+
| streaming_qri.hpp | QR-based inversion of matrices with pipe interfaces.
1421

1522
## License
1623
Code samples are licensed under the MIT license. See

0 commit comments

Comments
 (0)