Are there plans for CUDA CUFFT to support FFTW style wisdom?

Are there any plans to offer a FFTW style wisdom interface in CUFFT so that future CUFFT FFTs can be optimized from plans
that were run before? What I’m interested in is saving plan details to a wisdom file like FFTW offers so the CUFFT CUDA code
can read this in later so the plans are more deterministic.