You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: type of return operand 0 ('!cc.stdvec<f64>') doesn't match function result type ('!cc.stdvec<complex<f64>>') in function @__nvqpp__mlirgen__myop
RuntimeError: Failure while executing pass pipeline.
we should do some auto-casting from float to complex if the return type is specified like this.
The text was updated successfully, but these errors were encountered:
The following fails
with
we should do some auto-casting from float to complex if the return type is specified like this.
The text was updated successfully, but these errors were encountered: