Skip to content

Commit

Permalink
Update on "Fix RRef to_here() docs"
Browse files Browse the repository at this point in the history
Differential Revision: [D22143252](https://our.internmc.facebook.com/intern/diff/D22143252)

[ghstack-poisoned]
  • Loading branch information
mrshenli committed Jun 19, 2020
2 parents b9f67fe + 86b33ae commit 97662f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/rpc.rst
Expand Up @@ -100,8 +100,7 @@ and move it to the desired devices on the callee if necessary.
TorchScript support in RPC is experimental and subject to change. Since
v1.5.0, ``torch.distributed.rpc`` supports calling TorchScript functions as
RPC target functions, and this will help improve parallelism on the callee
side as executing TorchScript functions does not require GIL. However, support
for calling RPC APIs within a TorchScript function is very limited.
side as executing TorchScript functions does not require GIL.

.. autofunction:: rpc_sync
.. autofunction:: rpc_async
Expand Down

0 comments on commit 97662f9

Please sign in to comment.