Open
Description
Would be nice if a simple dask
interface were provided to mkl_fft
(much like the numpy
one currently). In fact it could be built right on top of the _numpy_fft
module by wrapping these functions using fft_wrap
just as it is done in Dask except using the one's in _numpy_fft
instead.