2
0

Merge remote-tracking branch 'nccl/master' into develop

Este cometimento está contido em:
BertanDogancay
2025-04-30 13:30:11 -05:00
ascendente dc0c5f9153 80f6bda437
cometimento cb6e23ae67
41 ficheiros modificados com 1315 adições e 504 eliminações
+1 -1
Ver ficheiro
@@ -17,7 +17,7 @@
#define NCCL_SIMPLE_ALIGNMENT (WARP_SIZE * 8LL * 16LL)
#define NCCL_BYTES_ALIGNMENT 16
ncclResult_t ncclInitKernelsForDevice(int cudaArch, size_t* maxStackSize);
ncclResult_t ncclInitKernelsForDevice(int cudaArch, int maxSharedMem, size_t* maxStackSize);
ncclResult_t ncclEnqueueCheck(struct ncclInfo* info);
ncclResult_t ncclLaunchPrepare(struct ncclComm* comm);
ncclResult_t ncclLaunchKernelBefore_NoUncapturedCuda(struct ncclComm* comm, struct ncclKernelPlan* plan);