-
Notifications
You must be signed in to change notification settings - Fork 49
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]: Output argument with non-zero domain start #1780
feat[next]: Output argument with non-zero domain start #1780
Conversation
…not start at zero
cases.verify(cartesian_case, copy_program, inp, out=out, ref=ref) | ||
|
||
|
||
def test_in_field_arg_with_non_zero_domain_start(cartesian_case, copy_program_def): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This already worked before, I've just added a test.
…zero_domain_start' into field_arg_with_non_zero_domain_start
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me, just some questions and very minor comments.
src/gt4py/next/program_processors/runners/dace_common/utility.py
Outdated
Show resolved
Hide resolved
src/gt4py/next/program_processors/runners/dace_fieldview/gtir_python_codegen.py
Show resolved
Hide resolved
tests/next_tests/integration_tests/feature_tests/ffront_tests/test_execution.py
Outdated
Show resolved
Hide resolved
tests/next_tests/integration_tests/feature_tests/ffront_tests/test_program.py
Outdated
Show resolved
Hide resolved
…zero_domain_start' into field_arg_with_non_zero_domain_start
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just blocking, because I would like to review the changes.
This PR also adds a test for non-zero domain start input arguments, which already worked before.