sraikund16
sraikund16
### Problem Description When running a very small Resnet50 model, I am seeing that GPU events on a single track (stream/queue) have events with overlapping time intervals. I see these...
### Suggestion Description When looking at the Timestamp Operations in roctracer.h, I noticed there is no way to change the clock that roctracer uses to set timestamps. This forces the...
Summary: Addresses https://github.com/pytorch/pytorch/issues/91888 Adds new flag but sets to false by default so that existing impl is not affected. Test Plan: Got following traces with this schedule: schedule=torch.profiler.schedule( wait=10, warmup=3,...