Actions: cornellius-gp/linear_operator
Actions
28 workflow runs
28 workflow runs
MaskedLinearOperator.to(device=...) crashes with AttributeError when called with a device but no dtype (e.g. .to(device="cpu")). The base LinearOperator.to() handles device-only moves fine; this subclass override (added to keep bool masks from being cast to float) regresses that path.
Pull Request CI
#128:
Pull request #133
opened
by
devteamaegis
add_low_rank to only compute roots when cached roots exist
Pull Request CI
#116:
Pull request #126
synchronize
by
SebastianAment
add_low_rank to only compute roots when cached roots exist
Pull Request CI
#115:
Pull request #126
synchronize
by
SebastianAment
add_low_rank to only compute roots when cached roots exist
Pull Request CI
#114:
Pull request #126
opened
by
SebastianAment
base_linear_op to a dense linear operator in BlockDiagLinearOperator
Pull Request CI
#102:
Pull request #119
opened
by
kayween