>>> a = torch.randn(2, 2, dtype=torch.cdouble, requires_grad=True)
>>> torch.linalg.det(a)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
RuntimeError: det does not support automatic differentiation for outputs with complex dtype.
cc @ezyang @anjali411 @dylanbespalko @mruberry @aocsa