TVM Support for FPGA

Hello Everyone:

Does TVM support FPGAs? We are interested in extending the TVM framework in this direction. Just want to know where the framework stands in this direction.

Hi @amalik,

Please take a look at VTA documentation: VTA: Deep Learning Accelerator Stack — tvm 0.8.dev0 documentation

1 Like

Hi @Amalik!

For Xilinx FPGA’s you might also want to look into VITIS-AI Codegen. https://tvm.apache.org/docs/deploy/vitis_ai.html (I have no experience with this myself though)

best regards!

1 Like

@mehrdadh Thanks for the pointers.