Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

amplxe-cl arguments

Jen_B_
Beginner
592 Views

I have a code on host with an offload region to mic, I wanted to profile it using vtune command line option. I am doing as follows:

amplxe-cl -collect advanced-hotspots -target-system=mic-host-launch ./a.out

is there anything other than this is needed? or this is sufficient to do a profiling of my offloaded region to mic? thanks!

 

0 Kudos
2 Replies
Sumedh_N_Intel
Employee
592 Views

Hi,

Your command line has the bare minimum that is required to run a VTune analysis. However, I recommend adding -search-dir and -source-search-dir switches to the command line to resolves symbols and links them to the sources. 

-Sumedh

 

 

0 Kudos
Jen_B_
Beginner
592 Views

Thanks!

0 Kudos
Reply