Merge pull request #1662 from BertanDogancay/2.25

[SYNC] 2.25.1-1

[ROCm/rccl commit: 590ad6acc2]
This commit is contained in:
Bertan Dogancay
2025-05-06 09:39:09 -04:00
committed by GitHub
41 changed files with 1315 additions and 504 deletions
+1 -1
View File
@@ -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);