FFT multi-GPU?

Hi, I’m looking for a way to run any 1d-Nd FFT on multiple GPUs.
My question is,
is it possible to run CUFFT on multiple devices? Is there any other existing library for this purpose?

and how do you think is it possible to write a library that would run on multiple devices any faster than cufft on the only one device

thank you