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
Currently `CodeGenerator` uses `fn.is_gluon()` to choose which semantic
& builder to use, but this runs into issues when trying to share code
between triton and gluon. Instead, this uses the `fn.is_gluon` from the
top level function and propagates it through the call graph regardless
of which annotation is used on the function being called.
0 commit comments