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
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.
The text was updated successfully, but these errors were encountered:
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 #2 (comment) 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.
The text was updated successfully, but these errors were encountered: