Skip to content

Commit

Permalink
Removed teh specification of the intermediate.
Browse files Browse the repository at this point in the history
Before the intermediate scalar was a Register, but not the array.
I noticed that some rediundand array removal transformation have problems with that.

An alternative would be to make the array intermediate a register.
  • Loading branch information
philip-paul-mueller committed Nov 15, 2024
1 parent 90731af commit f659cd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dace/transformation/dataflow/map_fusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@ def handle_intermediate_set(
new_inter_name,
dtype=inter_desc.dtype,
transient=True,
storage=dtypes.StorageType.Register,
find_new_name=True,
)

Expand Down

0 comments on commit f659cd8

Please sign in to comment.