You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As indicated in #15 and #16, the calculation is too trivial to take advantage of parallelization, therefore it is a better candidate for SIMD vectorization.
use numpy
use numpy with Numba
use numpy with Cython?
use Intel MKL VML (vector math library)
easiest are first 2 options
The text was updated successfully, but these errors were encountered:
As indicated in #15 and #16, the calculation is too trivial to take advantage of parallelization, therefore it is a better candidate for SIMD vectorization.
easiest are first 2 options
The text was updated successfully, but these errors were encountered: