Erase duplicate TODO

This commit is contained in:
Changho Hwang
2023-03-03 07:31:08 +00:00
parent a4df6e2d44
commit 89b89fbae5

View File

@@ -52,7 +52,7 @@ void* mscclppProxyServiceP2P(void* _args) {
PROXYCUDACHECK(cudaSetDevice(comm->cudaDev));
PROXYCUDACHECK(cudaStreamCreateWithFlags(&stream, cudaStreamNonBlocking));
// TODO(chhwang): find numa node for this gpu
cudaStreamCaptureStatus stat;
cudaStreamIsCapturing(stream, &stat);