From 61258b9a9f29a4dc375b49f2e2f2d40ae36aaaa6 Mon Sep 17 00:00:00 2001 From: darren-amd Date: Mon, 4 Nov 2024 13:42:01 -0500 Subject: [PATCH] remove undefined computeColl declaration [ROCm/rccl commit: ebf0417e90f0d88764366e2357d7bf5306d59717] --- projects/rccl/src/enqueue.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/rccl/src/enqueue.cc b/projects/rccl/src/enqueue.cc index 430aa23018..b917acb892 100644 --- a/projects/rccl/src/enqueue.cc +++ b/projects/rccl/src/enqueue.cc @@ -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);