AITemplate icon indicating copy to clipboard operation
AITemplate copied to clipboard

Support for condtionals?

Open BDHU opened this issue 2 years ago • 1 comments

Is branching supported currently? Or does it purely rely on tracing to generate computational graph?

BDHU avatar Nov 16 '22 23:11 BDHU

It is DAG, but you can put C++ branching code directly to codegen.

On Wed, Nov 16, 2022 at 15:37 Edward Hu @.***> wrote:

Is branching supported currently? Or does it purely rely on tracing to generate computational graph?

— Reply to this email directly, view it on GitHub https://github.com/facebookincubator/AITemplate/issues/94, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJTLXU6ALYDXS7I3K5EUN3WIVV5LANCNFSM6AAAAAASCY4KH4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Bing Xu

antinucleon avatar Nov 16 '22 23:11 antinucleon