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

[Profiler] Use Triton's profiler for TVM function when FLUSH_L2=ON #13

Merged
merged 1 commit into from
Feb 15, 2023

Conversation

yzh119
Copy link
Member

@yzh119 yzh119 commented Feb 15, 2023

We found that TVM's native profiler has some constant extra overhead when number=1, which is the case when we enable GPU L2 flush.

This PR turns to use Triton's profiler when FLUSH_L2=ON. We still need to investigate where the TVM profiler's overhead comes from in the future.

@yzh119 yzh119 merged commit 4b00f7c into main Feb 15, 2023
@yzh119 yzh119 deleted the fix-profiler branch February 24, 2023 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant