Skip to content

Heuristic vectorization strategy

Dominic Kempf requested to merge feature/paper-vectorization into master

Implements a new vectorization strategy that we can use until !189 (merged) is ready to go to produce numbers.

I called it "greedy" as it simply tries to do maximally horizontal vectorization. It allows a padding of 1 on the full SIMD width lane to reduce the quadrature constraints a bit.

Merge request reports

Loading