Software Archive
Read-only legacy content
17061 Discussions

How to profile the communication between Host and Mic during Offload Mode

振_徐_
Beginner
468 Views

Recently I need to know exactly the data communication(exactly how much and when) between the Host and MIC while running an offload application.

Unlike Nvidia, Intel doesn't provide a tool like NV Profiler.

So I guess maybe Vtune Amplifier XE can do this job. But unfortunately I get to know that when Amplxe only analyze MIC's performance while I analyse an offload application.

So I come to get help from the forum. Is there anyone who can help me? 

0 Kudos
1 Reply
Andrey_Vladimirov
New Contributor III
468 Views

Setting this environment variable will cause your offload application to print detailed information about the amount of data transferred, locations of offloads in code, and timing. Unfortunately, no GUI tool for analyzing this:

export OFFLOAD_REPORT=3

 

0 Kudos
Reply