kineto icon indicating copy to clipboard operation
kineto copied to clipboard

Align Roctracer to TSC Clock

Open sraikund16 opened this issue 5 months ago • 2 comments

Summary: Right now we align Roctracer events to system clock blindly regardless of what we are using in torch.profiler. We should use a clock based on what is defined instead. This wont fix overlapping kernel events since we do a static offset when aligning but it will help make sure that kernel events always happen after kernel launches

Reviewed By: aaronenyeshi, briancoutinho

Differential Revision: D62984793

sraikund16 avatar Sep 23 '24 18:09 sraikund16