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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: