CuFFT save/load plan CuFFT save/load plan like in FFTW

Hey there!

At the moment I’m writing the programm which uses the CuFFT library, and it seems so that creating a plan takes a lot of time. Therefore my question: is it possible to safe the CuFFT plan into the file and once I need it to load it from the file (like it was done in FFTW library fftw_export_wisdom_to_file()/fftw_import_wisdom_from_file())?

Thank you in advance!