Is your feature request related to a problem? Please describe.
We maintain our own complex numerics decomposition, but that means we need to add cases op by op.
Describe the solution you'd like
PyTorch has a new pass to decompose complex numerics using Tensor subclasses https://github.com/pytorch/pytorch/pull/169832/changes. Can we use this or augment our passes with this to expand coverage?
Describe alternatives you've considered
Additional context
Is your feature request related to a problem? Please describe.
We maintain our own complex numerics decomposition, but that means we need to add cases op by op.
Describe the solution you'd like
PyTorch has a new pass to decompose complex numerics using Tensor subclasses https://github.com/pytorch/pytorch/pull/169832/changes. Can we use this or augment our passes with this to expand coverage?
Describe alternatives you've considered
Additional context