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.
emitHalideExpr: print parentheses around compound nested expressions
Despite what the original comment claims, the expression in the output
that corresponds to a variable in the input may not be an identifier
by itself. Since the variable may appear in a Halide expression
at any position (e.g., as an argument to "-" or "*"), parentheses
need to be put around the expression if it is anything other than
an identifier or a non-negative number.
0 commit comments