Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4823 Discussions

Using VTune to analyze CESM with Offloading on Xeon Phi

Amlesh_K_
Beginner
186 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
186 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

 

Amlesh_K_
Beginner
186 Views

Thanks Dmitry. 

Reply