Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Any detailed reference on block vectorization?

fatalme
Beginner
345 Views
It seems there is little stuff on this topic when I search it on google.
Neither not much stuff in the help documentation.
Is there any way to perform explicit block vectorization using intel compiler directive or macros?
Thanks.
0 Kudos
2 Replies
TimP
Honored Contributor III
345 Views
If you mean block vectorization as defined by the Intel compilers, I doubt you'll find better references than those given by the search tool on this forum. "explicit block vectorization" seems like a contradiction. If you are writing source code to improve optimization, there are better ways.
0 Kudos
Christopher_K_
Beginner
345 Views
A good Intel Press book on AVX vector intrinsics in the 2nd Generation Core Processors...not sure where it's listed but you might start here: http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/?wapkw=(books)

- CCK
0 Kudos
Reply