Building a compile-time SIMD optimized smoothing filter

Miguel Raz of Ferrous Systems discusses building a Savitzky-Golay filter in a Wednesday session on Zoom. The filter, essentially a dot product with known constants on a rolling window, was optimized for performance using tools like cargo show asm, cargo remark, and divan. The session was recorded and can be viewed on YouTube, along with the slides for reference. Raz’s approach to optimization and tool sharing adds a unique perspective to the subject matter. No controversial information is present in the content.

https://scientificcomputing.rs/2024/talks/raz.html

To top