You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
🚀 Feature Request
Currently, there are a number of functions in the
torch
namespace that are not registered to dispatch toLinearOperator
. Closing this gap will be necessary to makeLinearOperator
true drop-in replacement fortorch.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
- Register torch.linalg.solve_triangular with LinearOperator #29torch.linalg.cholesky_ex
torch.isclose
The text was updated successfully, but these errors were encountered: