auto-vectorization
There are 6 repositories under auto-vectorization topic.
ruthreshx/Matrix_Multiply_using_Arm_Neon_and_Avx
Matrix multiplication code for Arm Neon avx and avx2
atalantus/seminar-llvm-vplan
Utilizing Parallel Workers: LLVM’s Vectorization Plan
thiremani/pluto
Pluto is a compiled language that aims for the simplicity, readability and expressiveness of scripting languages with the safety and performance of C/C++, Go. A Go front‑end lowers .pt/.spt to LLVM 20 and native binaries. Features include range‑driven auto‑vectorization, scope‑based memory (no nulls, no OOB, no GC), and concurrency by construction
tugrul512bit/InverseFX
Computing a function when only its inverse is known, using Newson-Raphson method for 1D,2D,3D arrays in parallel.
huangfcn/dnnsimd
deep learning convolutional neural network implemented with SIMD acceleration (auto-vectorization)