JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 49 forks source link

WIP: use LoopVectorization #229

Open timholy opened 3 years ago

timholy commented 3 years ago

Preliminary tests suggest ~4x speedups, not too shabby. But there are still errors, latency is longer, and the package is not quite as Revisable as before using LV (due to the @generated functions). So this is still some ways from being ready for merging.