Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the roadmap of TFRT? #71

Open
haozech opened this issue Jul 28, 2021 · 2 comments
Open

What is the roadmap of TFRT? #71

haozech opened this issue Jul 28, 2021 · 2 comments

Comments

@haozech
Copy link

haozech commented Jul 28, 2021

Hi, I'm interested in this project(TFRT) and I notice that this repo has been no big updates for a while. So I wonder what's the current developing pace of TFRT? Is some of the releases closed-source? And will the underlying runtime framework of tensorflow be replaced with TFRT according to the roadmap?

@mhong
Copy link
Contributor

mhong commented Jul 28, 2021 via email

@haozech
Copy link
Author

haozech commented Jul 29, 2021

Thank you for your question and interest. While we don't have a publicly shareable roadmap at this point, we've been making continued progress in building out TFRT and integrating it with TF training and serving. Here are some recent updates: - TFRT-based TF serving https://github.com/tensorflow/serving has been increasingly covering more CPU models at Google. The low level infra code for runtime is here https://github.com/tensorflow/runtime, and compiler passes here https://github.com/tensorflow/tensorflow/tree/master/tensorflow/compiler/mlir/tfrt. Additional code for TPU support is not open sourced. - For GPU support, TFRT is being integrated with XLA GPU. Here's a recent CL <tensorflow/tensorflow@3cea30a> that open sourced the integration with TF training, and this is WIP. - TFRT-based CPU and TPU runtimes have also been integrated with Jax (example code https://github.com/google/jax/blob/28d9e9236285b4dd6be6145ba866067ea0e192be/jax/lib/xla_bridge.py#L70-L74), and the corresponding GPU runtime (through XLA GPU) is WIP.

On Wed, Jul 28, 2021 at 4:42 AM haozech @.***> wrote: Hi, I'm interested in this project(TFRT) and I notice that this repo has been no big updates for a while. So I wonder what's the current developing pace of TFRT? Is some of the releases closed-source? And will the underlying runtime framework of tensorflow be replaced with TFRT according to the roadmap? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#71>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHMYR5ALBEHHTHXEKNKTOLTZ7UKVANCNFSM5BEF3PXQ .

Thank you for your reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants