Skip to content

RuntimeError: "sum_cuda" not implemented for 'ComplexFloat' #37925

@anjali411

Description

@anjali411
>>> a = torch.randn(1, 3, dtype=torch.complex64).cuda()
>>> torch.sum(a)
RuntimeError: "sum_cuda" not implemented for 'ComplexFloat'

cc @ezyang @anjali411 @dylanbespalko

Metadata

Metadata

Assignees

Labels

module: complexRelated to complex number support in PyTorchtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions