Software Archive
Read-only legacy content
17061 Discussões

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

振_徐_
Principiante
470 Visualizações

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 Responder
Andrey_Vladimirov
Novo colaborador III
470 Visualizações

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

 

Responder