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

Co-authored-by: Sarat Kamisetty <sakamiset@amd.com>

[ROCm/rccl commit: fa0422f174]
This commit is contained in:
Sarat Kamisetty
2025-06-16 14:48:08 -07:00
committed by GitHub
parent 9fa53cc454
commit e359e834f5
2 changed files with 21 additions and 6 deletions
+6
View File
@@ -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