Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New upsampler integration #1202

Draft
wants to merge 8 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
[Feature] npy2vectorstream.hpp include added to docompute_template
mdaniowi committed Sep 20, 2024
commit 6da0ce4d10db86f2eea3bb513164c752401956d8
1 change: 1 addition & 0 deletions src/finn/custom_op/fpgadataflow/templates.py
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@
#define AP_INT_MAX_W $AP_INT_MAX_W$
#include "cnpy.h"
#include "npy2apintstream.hpp"
#include "npy2vectorstream.hpp"
#include <vector>
#include "bnn-library.h"