Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

torch.complex32 is missing from the PyTorch 1.11 RC #72721

Closed
zou3519 opened this issue Feb 11, 2022 · 2 comments
Closed

torch.complex32 is missing from the PyTorch 1.11 RC #72721

zou3519 opened this issue Feb 11, 2022 · 2 comments
Labels
module: complex Related to complex number support in PyTorch triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@zou3519
Copy link
Contributor

zou3519 commented Feb 11, 2022

馃悰 Describe the bug

On a nightly, it exists:

[ins] In [1]: import torch
torch.
[ins] In [2]: torch.__version__
Out[2]: '1.12.0.dev20220209+cu102'

[ins] In [3]: torch.complex32
Out[3]: torch.complex32

In the 1.11 RC

>>> import torch
torch>>> torch.__version__
'1.11.0+cu102'
>>> torch.complex32
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'torch' has no attribute 'complex32'

Is it supposed to be missing?

Versions

See prev comment.

cc @ezyang @anjali411 @dylanbespalko @mruberry @lezcano @nikitaved

@anjali411
Copy link
Contributor

yeah we disabled it for the 1.11 release. We plan to work on adding support for it on master and enable it back in 1.12

@anjali411 anjali411 added module: complex Related to complex number support in PyTorch triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Feb 11, 2022
@ngimel
Copy link
Collaborator

ngimel commented Feb 11, 2022

Closing as expected

@ngimel ngimel closed this as completed Feb 11, 2022
ben-freist added a commit to ben-freist/asteroid that referenced this issue Mar 16, 2022
According to pytorch/pytorch#72721 complex32
will be brought back in a later version, this constraint should be
removed then.
ben-freist added a commit to ben-freist/asteroid that referenced this issue Mar 16, 2022
According to pytorch/pytorch#72721 complex32
will be brought back in a later version, the check should be removed
then.
ben-freist added a commit to ben-freist/asteroid that referenced this issue Mar 16, 2022
According to pytorch/pytorch#72721 complex32
will be brought back in a later version, the check should be removed
then.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: complex Related to complex number support in PyTorch triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

3 participants