- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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?
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
