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
There are two ways in which halide runtimes implement their "run" routines. In one of them, an array of arg sizes is passed, while for the other, an array of halide_type_t is passed. Why not just unify it around halide_type_t since it is more expressive?