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

Vectorization of convolution functions in utils/convolve.py #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FMarmoreo
Copy link
Contributor

The implementation of the phase_conv2d, nan_conv2d and norm_angle has been replaced by a vectorized implementation approach to significantly speed up code execution (~200x faster for nan_conv2d and ~40x faster for phase_conv2d).

WARNING: This implementation also fixes the boundary conditions issue taken into account by PR #66.
Please consider to merge PR #66 before this one for result consistency.

@rgutzen
Copy link
Collaborator

rgutzen commented Jun 25, 2024

@FMarmoreo could you test whether the output of the updated functions are all equivalent to the previous versions and post the results? Otherwise, a change in behavior would need to be documented.

@cosimolupo cosimolupo added this to the v0.3.0 milestone Jun 26, 2024
@cosimolupo
Copy link
Contributor

Here a test about the new implementation of phase_conv2d, compared to the old implementation (after having fixed the bug as in PR #66):
original
The difference between them stays below the double precision of the machine:
diff

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.

3 participants