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] Add significant VM instructions to profiling report #9292

Merged
merged 1 commit into from
Oct 19, 2021

Conversation

tkonolige
Copy link
Contributor

Added a hooks to the VM execution loop to record runtime of certain instructions with significant runtimes. Now the profiling report will include data allocation and transfer times.

@masahi @leandron @jwfromm

Added a hooks to the VM execution loop to record runtime of certain
instructions with significant runtimes. Now the profiling report will
include data allocation and transfer times.
@masahi masahi merged commit e7a0c5c into apache:main Oct 19, 2021
ccjoechou pushed a commit to ccjoechou/tvm that referenced this pull request Oct 19, 2021
…e#9292)

Added a hooks to the VM execution loop to record runtime of certain
instructions with significant runtimes. Now the profiling report will
include data allocation and transfer times.
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 7, 2022
…e#9292)

Added a hooks to the VM execution loop to record runtime of certain
instructions with significant runtimes. Now the profiling report will
include data allocation and transfer times.
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 13, 2022
…e#9292)

Added a hooks to the VM execution loop to record runtime of certain
instructions with significant runtimes. Now the profiling report will
include data allocation and transfer times.
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.

2 participants