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

Co-authored-by: Sarat Kamisetty <sakamiset@amd.com>
Этот коммит содержится в:
Sarat Kamisetty
2025-06-16 14:48:08 -07:00
коммит произвёл GitHub
родитель 39211c6b41
Коммит fa0422f174
2 изменённых файлов: 21 добавлений и 6 удалений
+6
Просмотреть файл
@@ -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