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

[Transform][vector] lowering dynamic shape of tensor.pack to vector #351

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BRUCE11111
Copy link
Contributor

Tracking issue300.

  1. Lowering dynamic shape of tensor.pack to vector dialect.
  2. Disable expand_shape and collapse_shape lowering to vector dialect. Because those two operation is actually a tensor view operation, memref dialect has a pass to optimize it as a view operation.

Depends on PR100.

We will optimize mask operation as vector.maskload and vector.maskstore in for loop in next PR.

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 this pull request may close these issues.

1 participant