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

Adapt vector and tensor structures to mirror MLIR #31

Closed
Dinistro opened this issue Dec 29, 2021 · 0 comments · Fixed by #32
Closed

Adapt vector and tensor structures to mirror MLIR #31

Dinistro opened this issue Dec 29, 2021 · 0 comments · Fixed by #32
Assignees

Comments

@Dinistro
Copy link
Collaborator

Currently, we have a VectorAttr, but MLIR calls them DenseIntOrFPElementsAttr and parametrizes them with either a VectorType or a TensorType. As we require this flexibility for the MLIR conversion, we have to reflect this structure in our implementation as well.

@Dinistro Dinistro self-assigned this Dec 29, 2021
@Dinistro Dinistro changed the title Adapt vector and tensor things to mirror MLIR structure. Adapt vector and tensor structures to mirror MLIR structure. Dec 29, 2021
@Dinistro Dinistro changed the title Adapt vector and tensor structures to mirror MLIR structure. Adapt vector and tensor structures to mirror MLIR Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant