generated from GEOS-ESM/geos-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
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
{P} Column-physics gt4py.cartesian
features & debug
#36
Labels
Team/Project
Parent/Sink task for the all team (cross-repository)
Comments
FlorianDeconinck
added
the
Team/Project
Parent/Sink task for the all team (cross-repository)
label
Mar 4, 2024
2 tasks
FlorianDeconinck
changed the title
Column-physics
[NDSL] Column-physics Mar 5, 2024
gt4py.cartesian
featuresgt4py.cartesian
features
FlorianDeconinck
changed the title
[NDSL] Column-physics
[NDSL] Column-physics May 1, 2024
gt4py.cartesian
featuresgt4py.cartesian
features & debug
This was referenced May 1, 2024
1 task
3 tasks
2 tasks
This was referenced Aug 27, 2024
1 task
1 task
FlorianDeconinck
changed the title
[NDSL] Column-physics
{P} Column-physics Oct 31, 2024
gt4py.cartesian
features & debuggt4py.cartesian
features & debug
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at Physics code with can see patterns for:
- global table
- k-indirect writes
- for-loops
- common
- subset of K
- code-flow interrupt
- data dimensions parallelism
Most if not all of those should be represented as first citizens with
gt4py.cartesian
to allow for easy implementation.dace:X
backends while is read-only NDSL#40debug
backend NDSL#59is
construct is forbidden and should error out atgtscript
level NDSL#60dace:cpu
) NDSL#62debug
unit test forALL_BACKENDS
#98The text was updated successfully, but these errors were encountered: