Forum Discussion
Hi,
According to the link: https://github.com/intel/BaseKit-code-samples/tree/master/VtuneProfiler/matrix_multiply_vtune, the .dpcpp file is compiled. Could you try on this?
Thanks
I did pull that example, and I can run it using vtune on a gen9 node of devcloud.
It also warns about accessing the /proc/kallsyms file, so apparently that is normal.
I still have the problem that when I try to run my vector-add executable with vtune on a devcloud fpga_run node I get an error, but when I run it without vtune it works fine. Is there an example somewhere of how to used vtune with an FPGA board?
- MEIYAN_L_Intel5 years ago
Frequent Contributor
Hi,
It seems like it could not be accessed to used in FPGA and there only example to use vtune to fpga via command line in link: https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/generating-command-line-reports.html
If more question for vtune on fpga support, you may need to post a new forum for better support on this.
Thanks