Skip to content

Commit

Permalink
Merge remote-tracking branch 'philip/dace-gtir-better-strides' into d…
Browse files Browse the repository at this point in the history
…ace-gtir-scan
  • Loading branch information
edopao committed Dec 20, 2024
2 parents 462f3c5 + 360baae commit f2396c4
Show file tree
Hide file tree
Showing 4 changed files with 1,099 additions and 113 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
gt_change_transient_strides,
gt_map_strides_to_dst_nested_sdfg,
gt_map_strides_to_src_nested_sdfg,
gt_propagate_strides_from_access_node,
gt_propagate_strides_of,
)
from .util import gt_find_constant_arguments, gt_make_transients_persistent

Expand All @@ -65,6 +67,8 @@
"gt_make_transients_persistent",
"gt_map_strides_to_dst_nested_sdfg",
"gt_map_strides_to_src_nested_sdfg",
"gt_propagate_strides_from_access_node",
"gt_propagate_strides_of",
"gt_reduce_distributed_buffering",
"gt_set_gpu_blocksize",
"gt_set_iteration_order",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ def apply(
tmp_out_subset = dace_subsets.Range.from_array(tmp_desc)
assert glob_in_subset is not None

# Recursively visit the nested SDFGs for mapping from inner to outer strides on the vertical dimension
# Recursively visit the nested SDFGs for mapping of strides from inner to outer array
gtx_transformations.gt_map_strides_to_src_nested_sdfg(sdfg, graph, map_to_tmp_edge, glob_ac)

# We now remove the `tmp` node, and create a new connection between
Expand Down
Loading

0 comments on commit f2396c4

Please sign in to comment.