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
A previous commit improved str_to_ty to support constexprs, but its use
in ast_to_ttir did not correctly handle nested tuples: fixing this
properly requires recursion. Instead of invoking str_to_ty, it's easier
to just fix up the types ourselves. Fortunately, we have the arguments
passed into the kernel and can use this to go in and correct the
parameters before code generation sees it.
0 commit comments