- A program is needed that tells which hardware needs to be generated for a model.
- In Gati, we use the
arch_param.vh file to define what hardware blocks need to be generated for running a specific model.
- We can dynamically generate Leaky ReLU, Global Avg. Pool, Maxpool, FC, Resize, Reshape, Concat, etc.
- A parser is needed that parses any onnx model and tells FPGA devs which options to enable in
arch_param.vh.
@shashankbhosagi Also, let us know your approach.
arch_param.vhfile to define what hardware blocks need to be generated for running a specific model.arch_param.vh.@shashankbhosagi Also, let us know your approach.