Question about grpc in mojo #3132
Replies: 1 comment 1 reply
-
Someone would have to make a Mojo wrapper for the core C++ library. I don't know how far Mojo's C++ interop has come, so I don't know if this is possible yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm new to mojo, and I have a question: how can I use grpc in mojo?
It seems to be a common situation in distributed training. Like in tensorflow, I can write an op kernel using c++, and then send some grpc request to other machine and get result, then write the result to tensor. The tensor will be used in tensorflow graph written by python code. How I achieve this functionality in mojo ?
Beta Was this translation helpful? Give feedback.
All reactions