-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
featureA request for a proper, new feature.A request for a proper, new feature.module: complexRelated to complex number support in PyTorchRelated to complex number support in PyTorchtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🚀 Feature
Support for complex-valued torch.cholesky.
Motivation
Pytorch 1.6 supports complex-valued tensors, however, most of the matrix operations cannot be written in terms of their real analogue (in contrast to e.g. multiplication, which currently also does not support complex-valued data). Cholesky decomposition is important in decorrelating e.g. Monte Carlo data. The MAGMA backend also supports Cholesky decompositions for complex-valued data.
Pitch
torch.cholesky supports complex-valued data.
Alternatives
Possible workarounds
cc @ezyang @gchanan @zou3519 @anjali411 @dylanbespalko @nikitaved
Metadata
Metadata
Assignees
Labels
featureA request for a proper, new feature.A request for a proper, new feature.module: complexRelated to complex number support in PyTorchRelated to complex number support in PyTorchtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module