How could I use torch.gels() with batch matrix?

How could I use torch.gels() like torch.solve() with A=(batch, m, n) and B=(batch, m, k) ?

I’m afraid you cannot, currently. Issue #7500 has status on the batch operations in master.

Best regards

Thomas

I got it.

Thank you. :slight_smile: