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

Distributed Convolution via FFT #1291

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

LScheib
Copy link
Collaborator

@LScheib LScheib commented Dec 7, 2023

Due Diligence

  • General:
    • base branch must be main for new features, latest release branch (e.g. release/1.3.x) for bug fixes
    • title of the PR is suitable to appear in the Release Notes
  • Implementation:
    • unit tests: all split configurations tested
    • unit tests: multiple dtypes tested
    • documentation updated where needed

Description

Issue/s resolved: #1248

Changes proposed:

Type of change

Memory requirements

Performance

Does this change modify the behaviour of other functions? If so, which?

yes / no

@LScheib LScheib self-assigned this Dec 7, 2023
@ghost
Copy link

ghost commented Dec 7, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Copy link
Contributor

github-actions bot commented Dec 7, 2023

Thank you for the PR!

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Attention: 87 lines in your changes are missing coverage. Please review.

Comparison is base (02028b9) 91.81% compared to head (38d9fc7) 87.34%.
Report is 3 commits behind head on main.

❗ Current head 38d9fc7 differs from pull request most recent head be025ad. Consider uploading reports for the commit be025ad to get more accurate results

Files Patch % Lines
heat/core/signal.py 13.00% 87 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1291      +/-   ##
==========================================
- Coverage   91.81%   87.34%   -4.48%     
==========================================
  Files          79       79              
  Lines       11463    11559      +96     
==========================================
- Hits        10525    10096     -429     
- Misses        938     1463     +525     
Flag Coverage Δ
unit 87.34% <13.00%> (-4.48%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Dec 8, 2023

Thank you for the PR!

@mrfh92
Copy link
Collaborator

mrfh92 commented Dec 8, 2023

After a first quick look, this looks very good 👍
Depending on how close your implementation follows the one in SciPy, we should probably add a citation (sth like "Our implementation closely follows the one of fftconvolve in SciPy; see [link]...")

@LScheib LScheib removed their assignment Dec 21, 2023
Hoppe and others added 5 commits January 10, 2024 14:33
…itrary_dimension_and_with_arbitrary_kernel_size
…nsion_and_with_arbitrary_kernel_size' of github.com:helmholtz-analytics/heat into features/1248-Distributed_convolution_in_arbitrary_dimension_and_with_arbitrary_kernel_size
Copy link
Contributor

Thank you for the PR!

Copy link
Contributor

Thank you for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Distributed convolution in arbitrary dimension and with arbitrary kernel size
3 participants