microsoft / EdgeML

This repository provides code for machine learning algorithms for edge devices developed at Microsoft Research India.
Other
1.59k stars 371 forks source link

Xilinx HLS tool #148

Open Anjiang-Wei opened 4 years ago

Anjiang-Wei commented 4 years ago

In the paper, there is a comparison between SeeDot-generated c code and Vivado HLS c code. SeeDot can automatically generate hints(e.g. pragma HLS unroll, pipeline...) for HLS tools. How to use this feature myself? Can it generate c code which may contain"ap_fixed<>" for fixed-point float? Much appreciated!

adityakusupati commented 4 years ago

@sridhargopinath

sridhargopinath commented 4 years ago

@nikhilghanathe

nikhilghanathe commented 4 years ago

Hi, The HLS-backend hasn't been open-sourced yet. It will be available soon.

Anjiang-Wei commented 4 years ago

Thanks a lot! Your research paper impressed me and inspired me greatly! Happy new year!