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

Prototype dynamic shape inference lowering to HLO/IREE #35

Closed
benvanik opened this issue Oct 13, 2019 · 2 comments
Closed

Prototype dynamic shape inference lowering to HLO/IREE #35

benvanik opened this issue Oct 13, 2019 · 2 comments
Assignees
Labels
compiler/dialects Relating to the IREE compiler dialects (flow, hal, vm) enhancement ➕ New feature or request

Comments

@benvanik
Copy link
Collaborator

This may be done for us as part of MLIR's tf2xla effort however we need to ensure what is produced lines up with what we need to perform symbolic shape calculation. Specifically, we want to be able to know which calculations are part of shape inference vs. general arithmetic and which values are shapes.

@benvanik benvanik added the enhancement ➕ New feature or request label Oct 13, 2019
@benvanik benvanik added this to the Dynamic Shapes milestone Oct 13, 2019
@benvanik benvanik added this to Ideas in Compiler Development via automation Oct 13, 2019
@stellaraccident stellaraccident self-assigned this Jan 17, 2020
@stellaraccident
Copy link
Collaborator

It's time to pick this up. I'll be enabling dynamic batch dims on one of our examples and chasing the issues down through the stack. In talking with Nicolas, this would be timely with respect to the Linalg/codegen work.

@benvanik benvanik moved this from Ideas to In progress in Compiler Development Mar 19, 2020
@benvanik benvanik added the compiler/dialects Relating to the IREE compiler dialects (flow, hal, vm) label Mar 19, 2020
@stellaraccident
Copy link
Collaborator

Closing since the prototype has been successful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/dialects Relating to the IREE compiler dialects (flow, hal, vm) enhancement ➕ New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants