Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dialects: (builtin) VectorType should have a ArrayAttr[BoolAttr] for scalable_dims instead of an IntAttr for num_scalable_dims #3654

Closed
watermelonwolverine opened this issue Dec 18, 2024 · 0 comments · Fixed by #3947
Labels
dialects Changes on the dialects

Comments

@watermelonwolverine
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants