Skip to content
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

Structure Support to NestedSDFGs and Python Frontend #1366

Merged
merged 92 commits into from
Feb 22, 2024

Merge branch 'master' into frontend-add-structure-support

f85d3ae
Select commit
Loading
Failed to load commit list.
Merged

Structure Support to NestedSDFGs and Python Frontend #1366

Merge branch 'master' into frontend-add-structure-support
f85d3ae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 20, 2024 in 0s

87.50% of diff hit (target 77.52%)

View this Pull Request on Codecov

87.50% of diff hit (target 77.52%)

Annotations

Check warning on line 1027 in dace/codegen/targets/cuda.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/codegen/targets/cuda.py#L1027

Added line #L1027 was not covered by tests

Check warning on line 1031 in dace/codegen/targets/cuda.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/codegen/targets/cuda.py#L1031

Added line #L1031 was not covered by tests

Check warning on line 85 in dace/data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/data.py#L85

Added line #L85 was not covered by tests

Check warning on line 513 in dace/data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/data.py#L513

Added line #L513 was not covered by tests

Check warning on line 519 in dace/data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/data.py#L519

Added line #L519 was not covered by tests

Check warning on line 452 in dace/frontend/python/newast.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/frontend/python/newast.py#L452

Added line #L452 was not covered by tests

Check warning on line 125 in dace/libraries/standard/nodes/transpose.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/libraries/standard/nodes/transpose.py#L125

Added line #L125 was not covered by tests

Check warning on line 155 in dace/libraries/standard/nodes/transpose.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/libraries/standard/nodes/transpose.py#L154-L155

Added lines #L154 - L155 were not covered by tests

Check warning on line 198 in dace/libraries/standard/nodes/transpose.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/libraries/standard/nodes/transpose.py#L197-L198

Added lines #L197 - L198 were not covered by tests

Check warning on line 278 in dace/sdfg/nodes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/sdfg/nodes.py#L275-L278

Added lines #L275 - L278 were not covered by tests

Check warning on line 29 in dace/sdfg/replace.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/sdfg/replace.py#L27-L29

Added lines #L27 - L29 were not covered by tests

Check warning on line 854 in dace/sdfg/state.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/sdfg/state.py#L854

Added line #L854 was not covered by tests

Check warning on line 858 in dace/sdfg/state.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/sdfg/state.py#L858

Added line #L858 was not covered by tests

Check warning on line 708 in dace/symbolic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/symbolic.py#L708

Added line #L708 was not covered by tests

Check warning on line 1130 in dace/symbolic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/symbolic.py#L1129-L1130

Added lines #L1129 - L1130 were not covered by tests

Check warning on line 1134 in dace/symbolic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/symbolic.py#L1132-L1134

Added lines #L1132 - L1134 were not covered by tests

Check warning on line 1137 in dace/symbolic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/symbolic.py#L1136-L1137

Added lines #L1136 - L1137 were not covered by tests

Check warning on line 173 in dace/transformation/passes/constant_propagation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dace/transformation/passes/constant_propagation.py#L173

Added line #L173 was not covered by tests

Check warning on line 114 in tests/npbench/deep_learning/conv2d_bias_test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/npbench/deep_learning/conv2d_bias_test.py#L114

Added line #L114 was not covered by tests

Check warning on line 126 in tests/npbench/polybench/covariance_test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/npbench/polybench/covariance_test.py#L126

Added line #L126 was not covered by tests

Check warning on line 128 in tests/npbench/polybench/covariance_test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/npbench/polybench/covariance_test.py#L128

Added line #L128 was not covered by tests