-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from fmalatino/update/dace
Update DaCe and GT4py to latest versions
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dace
updated
26 files
+0 −75 | .github/workflows/pace-build-ci.yml | |
+94 −0 | .github/workflows/pyFV3-ci.yml | |
+11 −2 | dace/builtin_hooks.py | |
+6 −3 | dace/cli/sdfv.py | |
+2 −2 | dace/config_schema.yml | |
+1 −0 | dace/dtypes.py | |
+42 −20 | dace/frontend/operations.py | |
+6 −1 | dace/frontend/python/interface.py | |
+2 −2 | dace/frontend/python/newast.py | |
+14 −3 | dace/frontend/python/parser.py | |
+15 −3 | dace/frontend/python/preprocessing.py | |
+5 −4 | dace/sdfg/sdfg.py | |
+43 −10 | dace/sdfg/state.py | |
+37 −23 | dace/sdfg/utils.py | |
+6 −0 | dace/transformation/dataflow/map_fusion.py | |
+1 −34 | dace/transformation/dataflow/prune_connectors.py | |
+10 −13 | dace/transformation/dataflow/wcr_conversion.py | |
+79 −0 | dace/transformation/helpers.py | |
+60 −58 | dace/transformation/interstate/multistate_inline.py | |
+2 −2 | requirements.txt | |
+98 −8 | tests/inlining_test.py | |
+46 −0 | tests/python_frontend/unroll_test.py | |
+19 −0 | tests/sdfg/cycles_test.py | |
+38 −0 | tests/transformations/mapfusion_test.py | |
+1 −1 | tests/transformations/prune_connectors_test.py | |
+37 −0 | tests/uintptr_t_test.py |