Skip to content

Commit 261015e

Browse files
Saif Hasanmeta-codesync[bot]
authored andcommitted
Remove unused and unimplemented API ctranBroadcastBinomialTree
Summary: The API ctranBroadcastBinomialTree for Host is not used instead ctran_->algo->broadcastBinomialTree API is used directly for current integration use-cases in NCCLX. Deprecate unused code. Reviewed By: function47 Differential Revision: D86665650 fbshipit-source-id: a6f44bfcd0128a8b2fbcfabe7f1c64710b30788c
1 parent 3112de6 commit 261015e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

comms/ctran/algos/Broadcast/BroadcastImpl.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ commResult_t ctranBroadcastBinomialTree(
2424
CtranComm* comm,
2525
cudaStream_t stream);
2626

27-
// API to broadcast between host memory.
28-
// Use request to track completion
29-
commResult_t ctranBroadcastBinomialTree(
30-
const void* sendbuff,
31-
void* recvbuff,
32-
size_t count,
33-
commDataType_t datatype,
34-
int root,
35-
CtranComm* comm,
36-
::ctran::CtranExRequestImpl* req);
37-
3827
static inline const std::string broadcastAlgoName(
3928
enum NCCL_BROADCAST_ALGO algo) {
4029
switch (algo) {

0 commit comments

Comments
 (0)