add an interface for dask.fft#214
Conversation
90578c9 to
647d164
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new Dask interface for the mkl_fft package, providing a drop-in replacement for the dask.fft module that leverages Intel MKL's optimized FFT implementations.
- Implements
mkl_fft.interfaces.dask_fftmodule with all FFT functions wrapped using Dask'sfft_wrap - Adds comprehensive test suite for the new Dask interface functionality
- Updates build configuration and documentation to support the new interface
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
jharlow-intel
left a comment
There was a problem hiding this comment.
some conflicts need to be resolved.
It's okay that the 3.14 internal CI is broken for now, though
476d4b6 to
d731951
Compare
|
@antonwolfy @jharlow-intel |
d731951 to
0389820
Compare
|
changes in the workflows made it more convenient to put this on top of the conda-forge recipe updates, this can go in after that |
9fea4e6 to
c46a837
Compare
c46a837 to
3426830
Compare

address #5