dpilger26 / NumCpp

C++ implementation of the Python Numpy library
https://dpilger26.github.io/NumCpp
MIT License
3.55k stars 550 forks source link

Does NumCpp generates vectorized instructions (AVX512)? #173

Open IshaanKarnik opened 1 year ago

IshaanKarnik commented 1 year ago

Does NumCpp generates vectorized instructions (e.g. AVX512) after compiling with proper flags?

NumPy is able to leverage performance benefits from SIMD (vectorized) instruction set as per this link.