pytorch/torch/csrc/distributed/rpc
Luca Wehrstedt 2393bab036 [TensorPipe] Update documentation (#40222)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/40222

Mention the TensorPipe agent in the RPC docs and give users the information they need to choose which agent to use.
ghstack-source-id: 106225711

Test Plan: Export to GitHub, build locally and try out the docs.

Differential Revision: D22116494

fbshipit-source-id: 30703ba8410c40f64e785f60d71dfd9faa8de4a1
2020-06-19 04:26:49 -07:00
..
metrics [rpc][metrics] add initial metric handler classes. (#33153) 2020-03-02 22:03:12 -08:00
profiler [Profiler x RPC] Enable RPC Server Global Profiler (#38847) 2020-06-01 12:35:52 -07:00
testing Implement timeout support for RRefs (#38590) 2020-06-04 02:14:42 -07:00
init.cpp [TensorPipe] Update documentation (#40222) 2020-06-19 04:26:49 -07:00
message.cpp Allow profiler to be enabled remotely with RPC (#38748) 2020-06-18 17:01:57 -07:00
message.h Allow profiler to be enabled remotely with RPC (#38748) 2020-06-18 17:01:57 -07:00
process_group_agent.cpp Implement timeout support for RRefs (#38590) 2020-06-04 02:14:42 -07:00
process_group_agent.h Implement timeout support for RRefs (#38590) 2020-06-04 02:14:42 -07:00
py_rref.cpp [torch.distributed.rpc] Add stringify WorkerInfo, better error message for py_rref (#39974) 2020-06-13 12:57:05 -07:00
py_rref.h Implement timeout support for RRefs (#38590) 2020-06-04 02:14:42 -07:00
python_call.cpp Add rpc.async_function decorator for TorchScript functions (#39267) 2020-06-03 22:27:15 -07:00
python_call.h Add rpc.async_function decorator for TorchScript functions (#39267) 2020-06-03 22:27:15 -07:00
python_functions.cpp Allow profiler to be enabled remotely with RPC (#38748) 2020-06-18 17:01:57 -07:00
python_functions.h Add rpc.async_execution support for rpc.remote on script functions (#39758) 2020-06-10 13:17:07 -07:00
python_remote_call.cpp Add @rpc.functions.async_execution for rpc.remote (#39486) 2020-06-04 22:38:35 -07:00
python_remote_call.h Add @rpc.functions.async_execution for rpc.remote (#39486) 2020-06-04 22:38:35 -07:00
python_resp.cpp enforce rref JIT pickling to be in the scope of rpc calls (#34689) 2020-03-19 18:07:39 -07:00
python_resp.h enforce rref JIT pickling to be in the scope of rpc calls (#34689) 2020-03-19 18:07:39 -07:00
python_rpc_handler.cpp Allow profiler to be enabled remotely with RPC (#38748) 2020-06-18 17:01:57 -07:00
python_rpc_handler.h Explicitly decref in UnpickledPythonCall dtor (#38398) 2020-06-04 22:36:35 -07:00
request_callback_impl.cpp Allow profiler to be enabled remotely with RPC (#38748) 2020-06-18 17:01:57 -07:00
request_callback_impl.h Don't run user function until all UserRRefs in the args are confirmed (#34497) 2020-03-16 18:30:06 -07:00
request_callback.cpp Don't run user function until all UserRRefs in the args are confirmed (#34497) 2020-03-16 18:30:06 -07:00
request_callback.h build a generic future<T> (#29579) 2019-12-12 16:57:14 -08:00
rpc_agent.cpp [torch.distributed.rpc] Add stringify WorkerInfo, better error message for py_rref (#39974) 2020-06-13 12:57:05 -07:00
rpc_agent.h [torch.distributed.rpc] Add stringify WorkerInfo, better error message for py_rref (#39974) 2020-06-13 12:57:05 -07:00
rpc_command_base.h enforce rref JIT pickling to be in the scope of rpc calls (#34689) 2020-03-19 18:07:39 -07:00
rpc.h
rref_context.cpp Allow profiler to be enabled remotely with RPC (#38748) 2020-06-18 17:01:57 -07:00
rref_context.h Implement timeout support for RRefs (#38590) 2020-06-04 02:14:42 -07:00
rref_impl.cpp Allow profiler to be enabled remotely with RPC (#38748) 2020-06-18 17:01:57 -07:00
rref_impl.h [torch.distributed.rpc] Add stringify WorkerInfo, better error message for py_rref (#39974) 2020-06-13 12:57:05 -07:00
rref_proto.cpp enforce rref JIT pickling to be in the scope of rpc calls (#34689) 2020-03-19 18:07:39 -07:00
rref_proto.h enforce rref JIT pickling to be in the scope of rpc calls (#34689) 2020-03-19 18:07:39 -07:00
script_call.cpp Add rpc.async_function decorator for TorchScript functions (#39267) 2020-06-03 22:27:15 -07:00
script_call.h Add rpc.async_function decorator for TorchScript functions (#39267) 2020-06-03 22:27:15 -07:00
script_remote_call.cpp Add rpc.async_execution support for rpc.remote on script functions (#39758) 2020-06-10 13:17:07 -07:00
script_remote_call.h Add rpc.async_execution support for rpc.remote on script functions (#39758) 2020-06-10 13:17:07 -07:00
script_resp.cpp enforce rref JIT pickling to be in the scope of rpc calls (#34689) 2020-03-19 18:07:39 -07:00
script_resp.h enforce rref JIT pickling to be in the scope of rpc calls (#34689) 2020-03-19 18:07:39 -07:00
tensorpipe_agent.cpp [TensorPipe] Add options for agent, including backend killswitches (#40162) 2020-06-18 02:54:17 -07:00
tensorpipe_agent.h [TensorPipe] Add options for agent, including backend killswitches (#40162) 2020-06-18 02:54:17 -07:00
torchscript_functions.cpp Allow profiler to be enabled remotely with RPC (#38748) 2020-06-18 17:01:57 -07:00
torchscript_functions.h Add rpc.async_execution support for rpc.remote on script functions (#39758) 2020-06-10 13:17:07 -07:00
types.cpp [torch.distributed.rpc] Add stringify WorkerInfo, better error message for py_rref (#39974) 2020-06-13 12:57:05 -07:00
types.h enforce rref JIT pickling to be in the scope of rpc calls (#34689) 2020-03-19 18:07:39 -07:00
unpickled_python_call.cpp Explicitly decref in UnpickledPythonCall dtor (#38398) 2020-06-04 22:36:35 -07:00
unpickled_python_call.h Add @rpc.functions.async_execution for rpc.remote (#39486) 2020-06-04 22:38:35 -07:00
unpickled_python_remote_call.cpp Add @rpc.functions.async_execution for rpc.remote (#39486) 2020-06-04 22:38:35 -07:00
unpickled_python_remote_call.h Add @rpc.functions.async_execution for rpc.remote (#39486) 2020-06-04 22:38:35 -07:00
utils.cpp Allow profiler to be enabled remotely with RPC (#38748) 2020-06-18 17:01:57 -07:00
utils.h Allow profiler to be enabled remotely with RPC (#38748) 2020-06-18 17:01:57 -07:00