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

using zimt to process vigra::MultiArrayViews with multithreaded SIMD code #537

Open
kfjahnke opened this issue Mar 3, 2023 · 0 comments

Comments

@kfjahnke
Copy link

kfjahnke commented Mar 3, 2023

I'd like to point you to my new library zimt, which has code initially factored out from my library vspline to process nD arrays with multithreaded SIMD code. vspline uses vigra::TinyVector and vigra::MultiArray(View) for data handling, zimt provides it's own (and largely compatible) data types. Even so, it's easy to adapt vigra data to work with zimt's transform family of functions, and I've just published an example which does so. zimt can employ Vc, highway and std::simd for SIMD processing, and user code can pick it's choice with a preprocessor define, making user code portable across several SIMD libraries.

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