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.
Prior to 653ecbb (halide2isl::makeScheduleTree: use isl::schedule
for constructing tree, Thu Mar 22 11:32:03 2018 +0100),
makeScheduleTree refused to construct a schedule tree
that consists of a single (domain) node.
Since then, inputs that result in such a tree are handled
by makeScheduleTree, but makeScheduleConstraints still
assumed that a tree contains at least two nodes.
Remove that assumption, allowing TestCornerCases.E4
to be enabled.
0 commit comments