cornellius-gp / linear_operator

A LinearOperator implementation to wrap the numerical nuts and bolts of GPyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Tracking torch namespace function coverage

Balandat opened this issue Β· comments

πŸš€ Feature Request

Currently, there are a number of functions in the torch namespace that are not registered to dispatch to LinearOperator. Closing this gap will be necessary to make LinearOperator true drop-in replacement for torch.Tensor.

The purpose of this issue is to track which functions are currently not registered, and prioritize the work on closing these gaps. I will try to keep this issue updated with things that come up and cross out things as we close them out.

Missing functions

  • torch.linalg.solve_triangular - #29
  • torch.linalg.cholesky_ex
  • torch.isclose
  • ...