Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #9 +/- ##
==========================================
- Coverage 89.85% 89.14% -0.71%
==========================================
Files 24 26 +2
Lines 3814 4790 +976
Branches 299 410 +111
==========================================
+ Hits 3427 4270 +843
- Misses 387 520 +133 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Breaking Changes
dtfft_transposenow accepts an optionalauxbuffer that can be utilized when the underlying backend is pipelineddtfft_get_pencilnow requires the new enumdtfft_layout_tinstead of thedimattribute to retrieve the appropriate layoutauxbuffer fordtfft_executeshould be obtained fromdtfft_get_aux_sizeinstead ofdtfft_get_alloc_sizen_configs_to_testandenable_kernel_optimizationfromdtfft_config_tand their corresponding environment variablesforce_kernel_optimizationtoenable_kernel_autotuneindtfft_config_tNew Features
Added brick decomposition support for both 2D and 3D plans on Host and CUDA platforms
Added new functions to perform data reshaping between bricks and pencils layouts:
dtfft_reshape- synchronous reshapedtfft_reshape_start- start asynchronous reshapedtfft_reshape_end- finalize asynchronous reshapeAll reshape functions accept an optional
auxargument for pipelined backends, similar todtfft_transposeAdded new effort level:
DTFFT_EXHAUSTIVEAdded new API functions:
dtfft_get_reshape_backend- returns the backend used for reshape operationsdtfft_get_backend_pipelined- checks if a backend is pipelineddtfft_get_aux_size- returns auxiliary buffer size in elementsdtfft_get_aux_bytes- returns auxiliary buffer size in bytesR2C plans are now part of the public API even when building without FFT support
executeis not permitted on transpose-only R2C plansreshapeandtransposeoperations are allowedUpdated documentation with detailed usage guide covering:
Added
enable_fourier_reshapeoption todtfft_config_tto control reshape execution in Fourier space