-
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]: Support for direct field operator call with domain arg #1779
Merged
tehrengruber
merged 31 commits into
GridTools:main
from
tehrengruber:direct_fo_call_with_domain_arg
Jan 18, 2025
+32
−4
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
365c942
Support for direct field operator call with domain arg
tehrengruber 7bb21fe
Merge branch 'main' into direct_fo_call_with_domain_arg
tehrengruber aed4d1e
Support for calling a program with field arguments whose domain does …
tehrengruber 1e0aa93
Merge branch 'field_arg_with_non_zero_domain_start' into direct_fo_ca…
tehrengruber f722c14
Add test for input arg with different domain
tehrengruber c5a61e9
Fix format
tehrengruber 9e09c86
Merge branch 'main' into field_arg_with_non_zero_domain_start
tehrengruber 9deb814
update dace backend
edopao 61feb99
Fix failing tests
tehrengruber 30a4911
Merge remote-tracking branch 'origin_tehrengruber/field_arg_with_non_…
tehrengruber 9d97ea7
Merge branch 'field_arg_with_non_zero_domain_start' into direct_fo_ca…
tehrengruber 3f15911
Disable in dace backend
tehrengruber fd95ff4
Merge branch 'main' into direct_fo_call_with_domain_arg
tehrengruber 052c54b
Merge branch 'main' into field_arg_with_non_zero_domain_start
tehrengruber d1009be
Fix gpu tests
tehrengruber 0d903cc
Address review comments
tehrengruber 7b77c9f
Merge remote-tracking branch 'origin_tehrengruber/field_arg_with_non_…
tehrengruber a6cf988
Merge origin/main
tehrengruber 858a573
Merge branch 'main' into field_arg_with_non_zero_domain_start
tehrengruber da65ca1
Merge remote-tracking branch 'origin/main' into field_arg_with_non_ze…
edopao e6e640c
dace support for domain range and field origin
edopao a9f67f9
minor edit
edopao b97232a
Revert "minor edit"
edopao 56ec88d
Revert "dace support for domain range and field origin"
edopao ad68fac
Merge remote-tracking branch 'origin/main' into field_arg_with_non_ze…
edopao a28fbf3
skip dace orchestration tests
edopao 9637866
skip dace test_halo_exchange_helper_attrs
edopao 6f58be6
Merge direct_fo_call_with_domain_arg
tehrengruber 63cb251
Merge remote-tracking branch 'origin/main' into direct_fo_call_with_d…
tehrengruber 9fb7d2e
Fix pytest mark
tehrengruber bbdae9d
Fix pytest mark
tehrengruber File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 part of the code-base is in an extremely poor state, let's not prettify a blobfish and invest time on improving this here.