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

Add executor for field view skipping optimizations #1201

Open
havogt opened this issue Mar 7, 2023 · 0 comments
Open

Add executor for field view skipping optimizations #1201

havogt opened this issue Mar 7, 2023 · 0 comments
Labels
gt4py.next Issues concerning the new version with support for non-cartesian grids. module: backend Related to analysis/backend subpackages triage: enhancement New feature or request

Comments

@havogt
Copy link
Contributor

havogt commented Mar 7, 2023

Currently we always run the default set of transformation/optimization passes when starting from field view. Therefore we have no guarantee that lowering produced Iterator IR that is supported in the backends.
Notes:

  • Currently we produce patterns in lowering that cannot be handled by embedded before optimizations (e.g. lift(lambda: 1.0)())
  • gtfn cannot execute non-optimized code anyway (no lifts or reduce allowed).
@havogt havogt added triage: enhancement New feature or request module: backend Related to analysis/backend subpackages gt4py.next Issues concerning the new version with support for non-cartesian grids. labels Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gt4py.next Issues concerning the new version with support for non-cartesian grids. module: backend Related to analysis/backend subpackages triage: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant