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
Ran into this issue when trying to use dialects from circt specifically the comb dialect. Afaik all of the comb operations expect to be given an explicit return type, however the dialect macro does not generate this function. The error that occurs is seen below:
The text was updated successfully, but these errors were encountered:
devins2518
changed the title
dialect macro doesn't generate function to set return types for operations which don't support type inference
dialect macro doesn't generate builder function to set return types for operations which don't support type inference
Apr 24, 2024
Ran into this issue when trying to use dialects from circt specifically the comb dialect. Afaik all of the comb operations expect to be given an explicit return type, however the dialect macro does not generate this function. The error that occurs is seen below:
The text was updated successfully, but these errors were encountered: