1 / 1

What does mean vectorization?

Vectorization, in simple words, means optimizing the algorithm so that it can utilize SIMD instructions in the processors. AVX, AVX2 and AVX512 are the instruction sets (intel) that perform same operation on multiple data in one instruction. for eg. AVX512 means you can operate on 16 integer values(4 bytes) at a time.

beta2
Download Presentation

What does mean vectorization?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What does mean vectorization? "vectorization " is the process of converting a pixel-based image (ex. JPEG and PNG files) into a vector-based version (SVG, EPS, and EMF files), with every facet of the image treated as a line or shape. When we enlarge or zoom in on a raster image, we start to see pixels and artifacts, so this image style cannot be used for large-scale projects. On the other hand, vectors are composed of mathematical shapes and lines, which can be expanded (or contracted) thousands of times without running into problems.

More Related