mri-nufft
mri-nufft copied to clipboard
Prevent duplications of `samples`, esp when using with autodiff
Currently we seem to have 2 different memory elements for samples
(perhaps 3 assuming interfaces has a copy of its own internally, but that cant be fixed).
What we need is to ensure that we support samples to be on CPU or GPU and handle accordingly.