How can I computes the pseudoinverse of a matrix with mixed-precision in PyTorch

Hi,

I guess we don’t have this implemented atm. Such functions are usually pretty sensitive to numerical precision so might be very unstable with fp16 inputs.
Would it work for you to convert the input to fp32 before calling pinv? If not could you open an issue on github asking for support on that function?