-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
This external performs DSP convolution by basically doing a lot of matrix math on a 368x2x128 data set and can get a bit CPU heavy when using multiple objects.
Some optimizations could be:
- basic: change the main for loops to use pointer incrementation as opposed to indexing
- advanced: platform/arch-specfic optimized matrix & vector math libs (for Apple platforms, the Accelerate framework)
ping @SylvainPDR
Reactions are currently unavailable