- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm working with Xeon Phi and I need to measure data transfer time in offload mode. Offload report only contains the execution time and the amount of data transferred. How can I measure data transfer time for Xeon Phi offloads?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you use OFFLOAD_REPORT 2, you will receive the TAG of the transfer with the times in MIC and CPU.
Example:
[Offload] [MIC 0] [Tag] Tag 5 [Offload] [HOST] [Tag 5] [CPU Time] 1.067631(seconds) [Offload] [MIC 0] [Tag 5] [CPU->MIC Data] 402653192 (bytes) [Offload] [MIC 0] [Tag 5] [MIC Time] 0.000188(seconds) [Offload] [MIC 0] [Tag 5] [MIC->CPU Data] 0 (bytes)
In this example, TAG 5 is a transfer CPU to MIC and spend 1.06 seconds.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page