Skip to content

Commit

Permalink
Update on "Enable TensorPipe CUDA sending to self"
Browse files Browse the repository at this point in the history
Differential Revision: [D25941964](https://our.internmc.facebook.com/intern/diff/D25941964)

[ghstack-poisoned]
  • Loading branch information
mrshenli committed Jan 18, 2021
1 parent a181e7a commit ed9ede9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions torch/csrc/distributed/rpc/tensorpipe_agent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ constexpr int64_t kBasicChannelPriority = 0;

#if TENSORPIPE_HAS_CUDA_IPC_CHANNEL && defined(USE_CUDA_NOT_ROCM)
constexpr int64_t kCudaIpcChannelPriority = 300;
#endif

#ifdef USE_CUDA_NOT_ROCM
constexpr int64_t kCudaXthChannelPriority = 400;
#endif

Expand Down

0 comments on commit ed9ede9

Please sign in to comment.