I'm a novice for VTune. My goal is to get the assembly code of OpenCL.
I tried to follow this link: https://software.intel.com/en-us/articles/performance-tuning-of-opencl-applications-on-intel-xeon-phi-coprocessor-using-intel-vtune-amplifier-xe-2013
According to figure 3 from the link, the picture showed many Dynamic functions. But while I profiled my application (I used OpenCL Gaussian elimination and other applications from Rodinia Benchmark suit), I cannot find any dynamic code or any of my functions.
I tried both lightweight hotspot and hotspot with Knights Corner Platform Analysis, but still met the same problem.
I also set CL_CONFIG_USE_VTUNE=True; ENABLE_JITPROFILING=1; for the environment
What did i miss here? OR which function I should look for ?
OR if you have another way to get the assembly code from OpenCL, please let me know.