Is your feature request related to a problem? Please describe.
looking into optional spatial resampling backends using cupy-based implementations, mainly for the cuda-based high order interpolation mode.
the existing solution in monai is based on pytorch grid_sample and it has limited options of interpolation modes.
see also