Skip to content
Latchkey

Vectorization - CI/CD Glossary Definition

Vectorization is the compiler optimization (or manual technique) of transforming a loop so each instruction operates on multiple data elements at once via SIMD registers, sharply raising throughput on data-parallel code the compiler can prove is reorderable.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →