- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi I am trying to measure power on Xeon Phi by using MicGetPowerUsage, which is one of APIs in MicAccessAPI library. I would like to measure the power only while a offloaded function is running on Xeon Phi. So I'm looking for some API that returns whether a offloaded function has been finished executing. Could you please tell me if you know an API to return the execution status of the offloaded function. Thank you, Keitaro
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not familiar with that library of APIs so hopefully someone who is can chime in with something more helpful.
My sense from your description is this may not suit your interests/needs but I at least wanted to mention that for the program performing the offload the non-blocking _Offload_signaled() API enables determining if a section of offloaded code has completed, and so do the blocking wait clause and offload_wait construct. These are discussed in the compiler’s User Guide under About Asynchronous Computation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great! Glad that's what you needed.

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