Profiling, Software/Hardware Partitioning and Accelerating
Hi all,
I am working on an open-source application written mainly in C++ and C. But mostly in C++. I have started using that application and then with the passage of time I had started profiling the application. I compiled the huge source code and started profiling the source code. The reason for profiling was to see the compute intensive (CPU intensive) part of the application. And once those parts are identified, I would like to offload those parts on Intel FPGA. For profiling, I had used Intel VTune Profiler. The VTune Profiler has shown gave me some hotspots. And profiling is still work in progress. Currently I am focusing on function level profiling i.e. function calls. I have following questions.
Specific questions:
- Given my use case, is there any Intel tool where I could implement automatic Software-Hardware partitioning of an application with target architecture being Intel FPGA? .
- I know Intel has Intel HLS compiler. Does Intel HLS compiler provide automatic software-hardware partitioning? Is there any chance that I can bring HLS compiler in this use case?
General question:
Considering my use case, what would you recommend if I have to accelerate the application on Intel FPGA? I mean the right Intel tools etc.
Thanks in advance.
BR
Bobby !