Commit 30b068c
2 files changed
+3
-5
lines changed- .github/workflows/daily-ci.yml+4
- CHANGELOG.md+12
- ci/cscs-ci.yml+2
- pyproject.toml+2-1
- src/gt4py/__about__.py+1-1
- src/gt4py/cartesian/backend/dace_backend.py+4-10
- src/gt4py/cartesian/frontend/gtscript_frontend.py+44-10
- src/gt4py/cartesian/gtc/dace/passes/push_vertical_map_down.py+12-7
- src/gt4py/cartesian/gtc/dace/passes/swap_horizontal_maps.py+10-10
- src/gt4py/eve/utils.py+1
- src/gt4py/next/ffront/foast_passes/closure_var_folding.py+7-3
- src/gt4py/next/otf/compiled_program.py+16-5
- tests/cartesian_tests/integration_tests/multi_feature_tests/stencil_definitions.py+9-3
- tests/cartesian_tests/integration_tests/multi_feature_tests/test_suites.py+8-2
- tests/cartesian_tests/unit_tests/frontend_tests/test_gtscript_frontend.py+50-2
- tests/cartesian_tests/unit_tests/test_gtc/dace/passes/__init__.py
- tests/cartesian_tests/unit_tests/test_gtc/dace/passes/test_push_vertical_map_down.py+39
- tests/cartesian_tests/unit_tests/test_gtc/dace/passes/test_swap_horizontal_maps.py+51
- tests/cartesian_tests/unit_tests/test_gtc/dace/passes/test_utils.py
- tests/next_tests/integration_tests/feature_tests/ffront_tests/test_compiled_program.py+38
- tests/next_tests/integration_tests/feature_tests/ffront_tests/test_execution.py+3-1
- uv.lock+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | | - | |
| 318 | + | |
320 | 319 | | |
321 | 320 | | |
322 | 321 | | |
323 | 322 | | |
324 | | - | |
325 | | - | |
| 323 | + | |
326 | 324 | | |
327 | 325 | | |
328 | 326 | | |
| |||
0 commit comments