- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using OpenCL with Xeon Phi on Linux. The host code is executed on host operating system and the kernel code is executed on a Xeon Phi card. I wonder if there is any way to profile (cache misses, instructions, etc.) of the kernel code on Xeon Phi? I would expect something like
//host code:
read_counter();
kernel_code_on_Xeon_Phi();
stop_counter();
Can I do this with VTune™ Amplifier XE?
Thanks and regards,
Tuan
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you can do this with VTune Amplifier - just as for host code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you!

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