Software Archive
Read-only legacy content

Profiling work running on Xeon Phi from host?

thanhtuan123
Beginner
473 Views

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

0 Kudos
2 Replies
Georg_V_
Beginner
473 Views

Yes, you can do this with VTune Amplifier - just as for host code.

0 Kudos
thanhtuan123
Beginner
473 Views

thank you!

0 Kudos
Reply