You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
halide2isl: findReductions: support multiple reductions on the same tensor
The tensor name was being used as a key in a map that was used
to match init and update nodes and to store the results.
Since 33a3bb6 (halide2isl: do not require init statement
for reduction detection, Sun May 27 12:04:46 2018 +0200),
these init statements are no longer considered, so the map
is no longer needed.
Collect the reductions directly in a vector instead.
Closes#455
0 commit comments