Skip to content

Commit

Permalink
cfu-playground: README.md: Typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed May 22, 2024
1 parent 64088ff commit a999369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfu-playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def make_cfu():
To use our CFU function (`cfu_op0`), we need to include `cfu.h` file in our `conv.h` file:

```cpp
#include "cfu.f"
#include "cfu.h"
```

This requires more extensive changes - we need to replace loop iterating over output channels with:
Expand Down

0 comments on commit a999369

Please sign in to comment.