Vectorization: The “Other” Parallelism You Need
We will describe, with C and Fortran examples, new opportunities for performance-enhancing vectorization provided by the Intel® AVX-512 instruction set on the processor code named Knights Landing. After an introduction, this will include vectorization of loops that compress or expand arrays; histogram loops; and loops with array of structures accesses. Small sample codes will be available for download.