Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ported to numpy with numba #17

Open
mikofski opened this issue May 23, 2019 · 0 comments
Open

ported to numpy with numba #17

mikofski opened this issue May 23, 2019 · 0 comments

Comments

@mikofski
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant