We have a cluster with InfiniBand interconnects. I know that Distributed TF uses gRPC to handle network calls, but I was wondering if there was anything special required to gain the speed of InfiniBand connections when using the gRPC.
Asked
Active
Viewed 499 times
1 Answers
3
I think the answer is no. And technically is not Tensorflow that would need the infiniband support but more the gRPC layer.
Doing a quick query for infiniband in the github gRPC repository and receiving zero results strengthens my assumption: https://github.com/grpc?query=infiniband

fabrizioM
- 46,639
- 15
- 102
- 119