-
Notifications
You must be signed in to change notification settings - Fork 110
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
In Place Convolution? #378
Comments
Yeah, I've actually been working on a PR that improves |
Just came here to add this too. It would also be good to have a no-allocation By the way, if you want to improve small matrix direct It uses Window iteration is here:
|
Could we get an in place
conv!
function?Looking at the code, it seems like you'd only need to add a function that compares which of the inputs is larger and calls
_conv!
directly.The text was updated successfully, but these errors were encountered: