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.
1ee5f54 modified the conversion from
Halide Exprs to isl affs to add some basic support for min/max
operations. When processing binary operators in Halide Exprs, it did
not take into account that one of the operands may be non-affine,
resulting in no affine boundary being computed. The binary combinator
assumed both LHS and RHS bounds exist. Remove this assumption and
remove an empty affine bound if either of LHS or RHS bound expressions
is not affine.
0 commit comments