-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Linspace broken for complex dtypes #38775
Copy link
Copy link
Closed
Labels
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
Metadata
Metadata
Assignees
Labels
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
Linspace behavior for complex dtypes seems buggy (atleast on the cpu side)
Additionally the document says start and end should be
floatwhich should be changed tofloat or complex(similar comment for logspace as well)cc @ezyang @anjali411 @dylanbespalko