generic net plugin ctxt that is extensible for use in multiple APIs (#1735)

Co-authored-by: Sarat Kamisetty <sakamiset@amd.com>
Este commit está contenido en:
Sarat Kamisetty
2025-06-16 14:48:08 -07:00
cometido por GitHub
padre 39211c6b41
commit fa0422f174
Se han modificado 2 ficheros con 21 adiciones y 6 borrados
+6
Ver fichero
@@ -601,4 +601,10 @@ typedef struct {
ncclResult_t (*closeListen)(void* listenComm);
} ncclCollNet_v5_t;
// context passed from RCCL lib to n/w plugin
typedef struct {
// channel id
uint32_t chId;
} ncclNet_ctxt_t;
#endif // end include guard