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
Commute_utils.cpp has overwrite_op_attrs in many parts of the function. But in these cases , named attributes are not updated and it will further lead to missing attributes error in mlir
Example: error: 'ttir.concat' op All input tensors must have the same dimensions, except for dimension 1.
Above case was fixed in #675 PR. Updation of named attrs should be done throughout commute_utils stack.
The text was updated successfully, but these errors were encountered:
Commute_utils.cpp has overwrite_op_attrs in many parts of the function. But in these cases , named attributes are not updated and it will further lead to missing attributes error in mlir
Example:
error: 'ttir.concat' op All input tensors must have the same dimensions, except for dimension 1.
Above case was fixed in #675 PR. Updation of named attrs should be done throughout commute_utils stack.
The text was updated successfully, but these errors were encountered: