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
Currently the third parameter of VectorType in xDSL does not match the third parameter of VectorTypes in MLIR.
The VectorType should have a ArrayAttr[BoolAttr] for scalable_dims instead of an IntAttr for num_scalable_dims.
The text was updated successfully, but these errors were encountered:
Currently the third parameter of VectorType in xDSL does not match the third parameter of VectorTypes in MLIR.
The VectorType should have a ArrayAttr[BoolAttr] for scalable_dims instead of an IntAttr for num_scalable_dims.
The text was updated successfully, but these errors were encountered: