- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

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