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

feat[next]: Pass sizes to temporaries from gt4py program #1359

Merged
merged 37 commits into from
Jan 18, 2024

Conversation

samkellerhals
Copy link
Contributor

Description

Requirements

  • All fixes and/or new features come with corresponding tests.
  • Important design decisions have been documented in the approriate ADR inside the docs/development/ADRs/ folder.

If this PR contains code authored by new contributors please make sure:

  • All the authors are covered by a valid contributor assignment agreement provided to ETH Zurich and signed by the employer if needed.
  • The PR contains an updated version of the AUTHORS.md file adding the names of all the new contributors.

samkellerhals and others added 8 commits November 16, 2023 15:29
…oraries' into pass-sizes-to-temporaries

# Conflicts:
#	src/gt4py/next/program_processors/codegens/gtfn/gtfn_module.py
#	tests/next_tests/integration_tests/feature_tests/ffront_tests/test_execution.py
@tehrengruber tehrengruber requested a review from DropD November 20, 2023 13:21
@tehrengruber
Copy link
Contributor

tehrengruber commented Nov 20, 2023

src/gt4py/next/iterator/transforms/global_tmps.py Outdated Show resolved Hide resolved
src/gt4py/next/iterator/transforms/global_tmps.py Outdated Show resolved Hide resolved
src/gt4py/next/program_processors/runners/gtfn.py Outdated Show resolved Hide resolved
Copy link
Contributor

@tehrengruber tehrengruber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll probably need another round. There's still some code duplication that I would like to get rid of before I take a deeper look.

src/gt4py/next/iterator/transforms/global_tmps.py Outdated Show resolved Hide resolved
src/gt4py/next/iterator/transforms/global_tmps.py Outdated Show resolved Hide resolved
src/gt4py/next/iterator/transforms/global_tmps.py Outdated Show resolved Hide resolved
src/gt4py/next/iterator/transforms/pass_manager.py Outdated Show resolved Hide resolved
src/gt4py/next/iterator/type_inference.py Outdated Show resolved Hide resolved
@@ -19,9 +19,12 @@
import pytest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll revisit the changes here in a later review round.

src/gt4py/next/iterator/transforms/global_tmps.py Outdated Show resolved Hide resolved
@tehrengruber tehrengruber changed the title Pass sizes to temporaries from gt4py program feat[next]: Pass sizes to temporaries from gt4py program Dec 5, 2023
Copy link
Contributor

@DropD DropD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The program_processor submodules look ok.

@tehrengruber tehrengruber merged commit 49db7ef into GridTools:main Jan 18, 2024
28 checks passed
halungge added a commit to C2SM/icon4py that referenced this pull request Jan 19, 2024
* update code generation backend to gt4py changes after [PR](GridTools/gt4py#1359)

* fix mypy
OngChia pushed a commit to C2SM/icon4py that referenced this pull request Jan 14, 2025
* update code generation backend to gt4py changes after [PR](GridTools/gt4py#1359)

* fix mypy
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.

3 participants