Hi, I'm using advisor to profile flops on knl on my application, My application use mkldnn as backend and it will generated jit code. After profiling, I found its flops is very small:~8GFlop, how ever , my application should use a lot of avx512 instructions. I found that flops of jit code(heaviest) is not count on. We should have omp.so, libmkldnn.so, dynamic code modules,. but advisor only shows omp.so, libmkldnn.so. Any help? THanks verymuch
↧