Revert "rccl-prim-test: add all-to-all benchmark (#185)"

This reverts commit ebc823e603.
이 커밋은 다음에 포함됨:
Wenkai Du
2021-09-07 13:48:59 -05:00
부모 5c8380ff5b
커밋 b22d097524
2개의 변경된 파일81개의 추가작업 그리고 101개의 파일을 삭제
+1 -1
파일 보기
@@ -264,4 +264,4 @@ __device__ __forceinline__ void ReduceOrCopyMulti(const int tid, const int nthre
ReduceCopyMulti<FUNC, T, 1, MINSRCS, MAXSRCS, MINDSTS, MAXDSTS>(w, nw, t, nsrcs, srcs, ndsts, dsts, offset, Nrem);
}
#endif // COMMON_KERNEL_H_
#endif