-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Add complex autograd support for torch.Tensor.index_put_ #53645
Copy link
Copy link
Closed
Labels
complex_autogradmodule: complexRelated to complex number support in PyTorchRelated to complex number support in PyTorchmodule: testingIssues related to the torch.testing module (not tests)Issues related to the torch.testing module (not tests)triagedThis 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
Metadata
Metadata
Assignees
Labels
complex_autogradmodule: complexRelated to complex number support in PyTorchRelated to complex number support in PyTorchmodule: testingIssues related to the torch.testing module (not tests)Issues related to the torch.testing module (not tests)triagedThis 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
It also looks like autograd for
torch.Tensor.index_put_is not even being tested for floating point tensors correctly.cc @ezyang @anjali411 @dylanbespalko @mruberry @aocsa