Torch synchronization operation

Hi, I used torch.cuda.synchronize() in different python Process. I was confused whether this operation would wait for the kernels in different process(cuda context). Thanks so much

No, torch.cuda.synchronize() should not influence other processes.