Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

Using VTune to analyze CESM with Offloading on Xeon Phi

Amlesh_K_
Beginner
309 Views

Hi all,

I have offloaded a function in CAM model of CESM to the Intel Xeon Phi and trying to optimize it further. How can I use Intel Vtune AXE to profile CESM which has an offloaded function on Xeon phi?

Thanks

0 Kudos
2 Replies
Dmitry_P_Intel1
Employee
309 Views

Hello Amlesh,

In command line you need to use the folllwing syntax (on the example of advanced-hotspots analysis type):

>amplxe-cl -target-system=mic-host-launch -collect advanced-hotspots ./my_app_on_host

For GUI you need to choose the following analysis target:

host_launch_1_0.png

and provide host application as application to launch.

You can also find more details in VTune help here.

Please note that in the VTune result you will have only collection from Xeon Phi target. We don't provide mixed host/card collection in one result.

Thanks & Regards, Dmitry

 

0 Kudos
Amlesh_K_
Beginner
309 Views

Thanks Dmitry. 

0 Kudos
Reply