Improving the SIMD module #11033
seiko2plus
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Of course, PRs welcome!
I never used simd module, so I'm not sure.
Baby steps are always easier for reviewers as well. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, NumPy is working on moving to Mason, and one of the most important
obstacles standing in front of us is the support of SIMD.
The current unstable SIMD module lacks many vital features:
NumPy has Python/Distutils module that already handles all the above features,
so it will be not difficult for us to move them to meson. check CPU/SIMD Optimizations for more clarification.
I was wondering if any of the team could answer the following questions:
Beta Was this translation helpful? Give feedback.
All reactions