-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Update FMM to use implicit padding in FFT based M2L (#142)
* Add implicit padding * Start working on kernel * Add unchunked kernel * Change way buffers are allocated * Add a converging implementation without chunking * Begin cleanup * Add a chunked implementation * Start experimenting with removal of if statement in kernel * Working with no indirection in kernel * Add chunking to pre processing * Fix temperamental chunk size * Respond to clippy, delete redundant code * Cleanup * Fix tests * Remove sub dir for fmms
- Loading branch information
Showing
18 changed files
with
830 additions
and
2,789 deletions.
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
Oops, something went wrong.