Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.

MKL library: No vectorization

Animesh_J_
Beginner
334 Views

Hi,

I am studying different SIMD extensions on convolution network using MKL. I was able to set different SIMD extension using MKL_CBWR. I am wondering is it possible to direct the MKL to use no-vectorization code. I want to quantify the effect of using SIMD extensions against no vectorization.

0 Kudos
1 Reply
TimP
Honored Contributor III
334 Views

For that purpose (if you want single thread comparison), you might build public source with no vectorization set for your compiler. You will need to decide about unroll flags.  For example, non vector unroll by 4 might be relevant.

0 Kudos
Reply