[PERF/TIMER] Add builtin timing logic - #168
Merged
Merged
Conversation
CloudManX
added a commit
to CloudManX/incubator-tvm
that referenced
this pull request
Nov 17, 2020
* support for feature union, PCA bug fix regarding mean (apache#167) * support for feature union, PCA bug fix regarding mean * add inf case in testing for missing indicator * pipeline support for featureUnion * pipeline structural fixes * dock fix * typo fix for inverse transform handling in from_auto_ml * inverse_transform shape fix * shape fix for simple imputer * column selection bug fix
vinx13
pushed a commit
to vinx13/tvm
that referenced
this pull request
Mar 9, 2022
Hzfengsy
pushed a commit
to Hzfengsy/tvm
that referenced
this pull request
Jul 30, 2022
* refactor tuning API to support serialization of Choice, Knob, Trace * Implement tuning api JSON database * Add comments * fix pylint * fix cpplint * reflect feedback * add minor comment for the future work
areusch
pushed a commit
to areusch/tvm
that referenced
this pull request
Sep 20, 2022
* refactor tuning API to support serialization of Choice, Knob, Trace * Implement tuning api JSON database * Add comments * fix pylint * fix cpplint * reflect feedback * add minor comment for the future work
junrushao
pushed a commit
to junrushao/tvm
that referenced
this pull request
Oct 18, 2022
* refactor tuning API to support serialization of Choice, Knob, Trace * Implement tuning api JSON database * Add comments * fix pylint * fix cpplint * reflect feedback * add minor comment for the future work
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Nov 20, 2022
* refactor tuning API to support serialization of Choice, Knob, Trace * Implement tuning api JSON database * Add comments * fix pylint * fix cpplint * reflect feedback * add minor comment for the future work
junrushao
pushed a commit
to junrushao/tvm
that referenced
this pull request
Feb 8, 2023
* refactor tuning API to support serialization of Choice, Knob, Trace * Implement tuning api JSON database * Add comments * fix pylint * fix cpplint * reflect feedback * add minor comment for the future work
yelite
pushed a commit
to yelite/tvm
that referenced
this pull request
Feb 17, 2023
* refactor tuning API to support serialization of Choice, Knob, Trace * Implement tuning api JSON database * Add comments * fix pylint * fix cpplint * reflect feedback * add minor comment for the future work
LeiWang1999
added a commit
to LeiWang1999/tvm
that referenced
this pull request
Nov 8, 2024
* Refactor BatchMatMulEmitter and BatchMatMulSelector for improved readability and maintainability * Refactor import statements for improved readability and maintainability * Refactor import statements for improved readability and maintainability * disable failure email for ci * remove email notifications. * move relax pass from testing to mlc_llm * Refactor scripts with se check_eual_ref_scripts_with_emitter function * Lint Fix * Refactor scripts with se check_eual_ref_scripts_with_emitter function * buf fix for matrix support * lint fix * dispatch tensor core based on shapes * update install commands * import scripts * remove shared mem hack * revert change for swizzling * bug fix * tl examples
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Aug 17, 2025
…andards (apache#168) * init * minor fix * minor fix
junrushao
added a commit
to junrushao/tvm
that referenced
this pull request
Oct 18, 2025
Upstream : https://github.com/apache/tvm-ffi.git Branch : main New HEAD : 1fb25dbaf173b53ca7f52af2c10adac827923890 Subject : [DOCS] Polish quickstart (apache#168) Author : Tianqi Chen <tqchen@users.noreply.github.com> Date : 2025-10-17T21:09:27-04:00 Delta : 1 commit(s) since 573d76f2e140 Compare : apache/tvm-ffi@573d76f...1fb25db This commit updates the tvm-ffi submodule to the latest upstream HEAD.
srkreddy1238
added a commit
to CodeLinaro/tvm
that referenced
this pull request
Jan 6, 2026
Co-authored-by: Siva <quic_sivb@quicinc.com>
tlopex
pushed a commit
to tlopex/tvm
that referenced
this pull request
Mar 9, 2026
…andards (apache#168) * init * minor fix * minor fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Useful when we want to time via RPC(so overhead of RPC is ignored)