Open tjpalmer opened 4 years ago
For TF, the tfcompile tool seems perhaps especially relevant, though still perhaps not quite the kind of thing you are looking for: https://www.tensorflow.org/xla/tfcompile
Great, Python compilers are everyone! ;-) Thanks for bringing these up, because I didn't even consider such projects (not familiar with details of them). But I guess, the same comment as in https://github.com/pfalcon/awesome-python-compilers/issues/2#issuecomment-570887089 applies here, so let that info to ripe up here in the tickets first.
These frameworks allow writing Python code, sometimes fairly idiomatic, sometimes constrained, that can be translated and/or compiled to run natively and/or in GPU or other. (See, for example: https://www.tensorflow.org/xla) Might not be in the realm of what you're looking for, but maybe worth considering, at least.