Skip to content

Commit

Permalink
Switched to using subset.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnick83 committed Nov 12, 2023
1 parent 24593b4 commit 0b885af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dace/transformation/interstate/sdfg_nesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def _modify_access_to_access(self,
matching_edge.data,
use_dst_subset=True)
new_memlet = in_memlet
new_memlet.other_subset = out_memlet.dst_subset
new_memlet.other_subset = out_memlet.subset

inner_edge.data = new_memlet
if len(nstate.out_edges(inner_edge.dst)) > 0:
Expand Down
6 changes: 3 additions & 3 deletions tests/python_frontend/structures/structure_python_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def rgf_leftToRight(A: BlockTriDiagonal, B: BlockTriDiagonal, n_: dace.int32, nb


if __name__ == '__main__':
# test_read_structure()
# test_write_structure()
# test_local_structure()
test_read_structure()
test_write_structure()
test_local_structure()
test_rgf()

0 comments on commit 0b885af

Please sign in to comment.