dpilger26 / NumCpp

C++ implementation of the Python Numpy library

Home Page:https://dpilger26.github.io/NumCpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does NumCpp generates vectorized instructions (AVX512)?

IshaanKarnik opened this issue · comments

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.