Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align Roctracer to TSC Clock #991

Closed
wants to merge 1 commit into from

Conversation

sraikund16
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62984793

Summary:
Pull Request resolved: pytorch#991

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62984793

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 0a8763e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants