Merge pull request #1406 from ROCm/darren-amd-remove-computeColl-declaration

remove undefined computeColl declaration

[ROCm/rccl commit: 52d5f4cde2]
Этот коммит содержится в:
darren-amd
2024-11-06 10:43:35 -05:00
коммит произвёл GitHub
родитель 71809e8bc0 61258b9a9f
Коммит 539cc81748
-2
Просмотреть файл
@@ -43,8 +43,6 @@ static ncclKernelMatch const ncclKerns[1] = {
};
#endif
static ncclResult_t computeColl(struct ncclInfo* info /* input */, int* workFuncIndex, struct ncclWorkElem* work, struct ncclProxyOp* proxyOp /* output */);
NCCL_PARAM(L1SharedMemoryCarveout, "L1_SHARED_MEMORY_CARVEOUT", 0);
static ncclResult_t initCollWorkElem(struct ncclInfo* collInfo, struct ncclWorkElem* work);