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

Implementation of correlate #2180

Merged
merged 9 commits into from
Dec 9, 2024
Merged

Implementation of correlate #2180

merged 9 commits into from
Dec 9, 2024

Conversation

AlexanderKalistratov
Copy link
Collaborator

  • Implementation of dot product sliding window which is can be used to implement both correlate and convolve functions.
  • Implementation of correlate function using dot product sliding window

@AlexanderKalistratov AlexanderKalistratov changed the title Initial implementation of correlate Implementation of correlate Nov 18, 2024
Copy link
Contributor

github-actions bot commented Nov 18, 2024

View rendered docs @ https://intelpython.github.io/dpnp/index.html

dpnp/backend/extensions/statistics/validation_utils.cpp Outdated Show resolved Hide resolved
dpnp/backend/extensions/statistics/sliding_window1d.hpp Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
@AlexanderKalistratov AlexanderKalistratov force-pushed the correlate branch 3 times, most recently from be09e32 to 91fd41f Compare December 7, 2024 16:57
dpnp/backend/extensions/statistics/histogram.hpp Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
dpnp/dpnp_iface_statistics.py Outdated Show resolved Hide resolved
Copy link
Contributor

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @AlexanderKalistratov , LGTM

@antonwolfy antonwolfy removed the request for review from npolina4 December 9, 2024 20:52
@AlexanderKalistratov AlexanderKalistratov merged commit be6e00f into master Dec 9, 2024
44 of 47 checks passed
@AlexanderKalistratov AlexanderKalistratov deleted the correlate branch December 9, 2024 20:56
github-actions bot added a commit that referenced this pull request Dec 9, 2024
* Implementation of dot product sliding window which is can be used to
implement both `correlate` and `convolve` functions.
* Implementation of `correlate` function using dot product sliding
window be6e00f
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