Also does using optimization in complile-time is better then optimizing computation graph on the first run?
s
Stumpos
07/21/2022, 6:28 PM
It does support control flow branch (while and if are supported). The benefit of the plugin is that it doesn't require wrappers. This is a proof of concept project though; it's not production ready (forward not done and it supports a subset of Kotlin as can be seen from the unit tests)
a
altavir
07/21/2022, 6:30 PM
OK, thanks. Everything but conditional operations could be done on a library level. But the branching is tricky.