Skip to content
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

refactor convolve and correlate #3

Merged
merged 3 commits into from Mar 19, 2020
Merged

refactor convolve and correlate #3

merged 3 commits into from Mar 19, 2020

Conversation

grlee77
Copy link
Collaborator

@grlee77 grlee77 commented Mar 19, 2020

incorporate refactored kernels from cupy/cupy#3184. This seems to give around a 25% performance improvement for nd convolve and correlate. Performance is nearly the same for their 1d versions.

These were modified to support complex signals and weights.

For now, some older implementations for sparse weights are still retained, but it would be good to refactor further to reduce duplication.

@grlee77 grlee77 merged commit 589f682 into master Mar 19, 2020
@grlee77 grlee77 deleted the convolve_refactor branch May 14, 2020 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant