Fix NPKit for SendRecv (#1651)

This commit is contained in:
Bertan Dogancay
2025-04-21 12:34:47 -04:00
committed by GitHub
parent 9a55ff60a9
commit ac8ec4c08c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -383,6 +383,7 @@ constexpr size_t ncclDevWorkSize(enum ncclDevWorkType type) {
#define NCCL_MAX_DEV_WORK_BATCH_BYTES 128
#define NCCL_MAX_DEV_WORK_BATCH_COLLS (NCCL_MAX_DEV_WORK_BATCH_BYTES/sizeof(ncclDevWorkColl))
#define NCCL_MAX_DEV_WORK_P2P_PER_BATCH 1
#define NCCL_MAX_DEV_WORK_P2P_ELEMENTS 2
struct alignas(16) ncclDevWorkBatch {
union {
struct {