awesome-python-compilers icon indicating copy to clipboard operation
awesome-python-compilers copied to clipboard

Consider TensorFlow, PyTorch, and friends

Open tjpalmer opened this issue 4 years ago • 2 comments

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.

tjpalmer avatar Dec 25 '19 14:12 tjpalmer

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

tjpalmer avatar Dec 25 '19 14:12 tjpalmer

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.

pfalcon avatar Jan 05 '20 07:01 pfalcon