mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 17:55:52 +00:00
removing unnecessary stat probe for cuda graph
This commit is contained in:
@@ -57,9 +57,6 @@ void* mscclppProxyServiceP2P(void* _args) {
|
||||
PROXYCUDACHECK(cudaSetDevice(comm->cudaDev));
|
||||
PROXYCUDACHECK(cudaStreamCreateWithFlags(&stream, cudaStreamNonBlocking));
|
||||
|
||||
cudaStreamCaptureStatus stat;
|
||||
cudaStreamIsCapturing(stream, &stat);
|
||||
|
||||
while (*run) {
|
||||
// Poll to see if we are ready to send anything
|
||||
trigger.value = *(volatile uint64_t *)conn->cpuTrigger;
|
||||
|
||||
Reference in New Issue
Block a user