[NET] Enable capping the number of QPs created for send/recv colls (#1998)

This commit is contained in:
Ghadeer Ahmed H Alabandi
2025-11-07 00:47:01 +00:00
committed by AbandiGa
parent 56e0b4e445
commit 45991fadad
4 changed files with 53 additions and 13 deletions
+2
View File
@@ -23,4 +23,6 @@ ncclResult_t ncclGpuGdrSupport(struct ncclComm* comm, int* gdrSupport);
extern ncclNet_t ncclNetIb;
extern ncclNet_t ncclNetSocket;
extern ncclResult_t rcclNetP2pPolicy(void* handle, int isP2p);
#endif