-
Notifications
You must be signed in to change notification settings - Fork 13
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
FFT using pyvkfft and use loopy callables #114
Merged
Merged
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
ad39de6
Use a separate class for M2L translation
isuruf 9cb4caa
Fix docs and caching
isuruf c5bc9b2
Fix p2p warning
isuruf 88c9fd8
Use VkFFT for M2L generate data
isuruf bab8f38
Fix profiling events
isuruf 68864a2
simplify m2l data zeros
isuruf 03cc94e
Add pyvkfft to requirements
isuruf c440950
Fix flake8 warning
isuruf 78faead
Fix typo
isuruf 4f33038
VkFFT for M2L preprocess local
isuruf efb6d99
vkfft for postprocess local
isuruf 2e1b10e
Fix AggregateProfilingEvent
isuruf 59d7be6
Fix another typo
isuruf 72b4875
M2L Translation Factory
isuruf 83f7fd8
vim markers
isuruf bed782f
Merge branch 'isuruf/m2l' into fft
isuruf 7cf5404
Fix tests
isuruf 584d2c9
Fix toys
isuruf 6f5ad1f
Fix test_m2l_toeplitz
isuruf 47a4a27
Fix more tests
isuruf 60ef708
Use a better rscale to get the test passing
isuruf 85e0ed1
Use pytential dev branch
isuruf 9f74eec
Merge branch 'isuruf/m2l' into fft
isuruf 9162d17
Merge branch 'main' into m2l
isuruf 3880661
Merge branch 'isuruf/m2l' of https://github.com/inducer/sumpy into fft
isuruf a57f727
remove whitespace on blank line
isuruf ea6a99c
Try 2r/order instead of r/order
isuruf df991c6
Merge branch 'isuruf/m2l' of https://github.com/inducer/sumpy into fft
isuruf 4eaad6a
fix using updated pytential
isuruf 9119880
Merge branch 'main' of https://github.com/inducer/sumpy into fft
isuruf 21236d7
Fix tests
isuruf 9ddd3a9
use pytential branch with pyvkfft req
isuruf e5dea13
Add explanation about caller being responsible for the FFT
isuruf 52de95d
Fix for bessel
isuruf 3ddc0db
Merge branch 'main' into fft
inducer bec642e
Add pyvkfft to setup.py reqs
isuruf e6d62a4
use list comprehension
isuruf 774f869
Type annotations
isuruf 2c8a5bf
fix vim marker
isuruf 61ddc0b
remove unused function
isuruf 50f8bb3
m2l_data_inner -> m2l_data
isuruf c3eaa32
more descriptive name for child_knl
isuruf 9cc214e
knl -> expr_knl for clarity
isuruf 7d9f535
move loop unroll to optimized
isuruf 07c1c93
Add explanation about translation_classes_dependent_data_loopy_knl
isuruf 25dd7fc
make coeffs output only and rewrite
isuruf 1252c5a
Re-arrange m2l so that event processing is easier
isuruf 3b3f6f3
flake8: single quotes -> double quotes
isuruf 8e9649f
Fix data not being input
isuruf a66a7cc
make args to cached_vkfft_app explicit
isuruf fff0d13
cache vkfftapp in wrangler
isuruf e80c71d
keep coeffs is_input and is_output for e2e
isuruf 8d72d66
out-of-place fft
isuruf 98b4bcc
Use a separate queue for configuration
isuruf d7da927
Merge branch 'main' into fft
isuruf 3e9632b
allocate array for out-of-place
isuruf aafe8b2
fix typo
isuruf d4bfc05
Remove caching of opencl fft app
isuruf 899006e
Comment out pytentual fork
isuruf a0942ed
fix vkfft queues
isuruf a5996a5
use private API for now
isuruf da7f310
Merge branch 'main' into fft
isuruf bf083c9
Merge branch 'main' into fft
isuruf 741a1cc
Add comment on pyvkfft PR
isuruf 15df148
Merge branch 'main' into fft
inducer b8af2bd
remove inplace
isuruf e073d73
Merge branch 'main' into fft
isuruf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ dependencies: | |
- python-symengine | ||
- pyfmmlib | ||
- pyrsistent | ||
- pyvkfft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you thinking of this as an optional dependency? If yes, it should be declared as an extra in
setup.py
. If not, it should be insetup.py
outright. (I don't see a reason not to make it a hard dependency.)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made it a hard dep in bec642e