Skip to content

[AutoTVM][Ansor] Enable random fill and CPU cache flush for AutoTVM and Ansor - #6391

Merged
merrymercy merged 6 commits into
apache:masterfrom
FrozenGene:ansor_pr
Sep 8, 2020
Merged

[AutoTVM][Ansor] Enable random fill and CPU cache flush for AutoTVM and Ansor#6391
merrymercy merged 6 commits into
apache:masterfrom
FrozenGene:ansor_pr

Conversation

@FrozenGene

Copy link
Copy Markdown
Member

Follow up #5913 and #5914 , enable AutoTVM / Ansor support random fill and CPU cache flush to get preciser measurement.

@merrymercy@jcf94

Comment threadpython/tvm/auto_scheduler/measure.py Outdated
Comment threadpython/tvm/auto_scheduler/measure.py Outdated

@comaniaccomaniac left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just some missed places from @merrymercy's comment.

Comment threadpython/tvm/auto_scheduler/measure.py Outdated
Comment threadpython/tvm/autotvm/measure/measure_methods.py Outdated
Comment threadpython/tvm/autotvm/measure/measure_methods.py Outdated

@jcf94jcf94 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine to me.

@merrymercy
merrymercy merged commit 84fa626 into apache:masterSep 8, 2020
@FrozenGene
FrozenGene deleted the ansor_pr branch September 9, 2020 03:16
kevinthesun pushed a commit to kevinthesun/tvm that referenced this pull request Sep 17, 2020
…nd Ansor (apache#6391)
* [AutoTVM][Ansor] Enable random fill and CPU cache flush for AutoTVM and Ansor
* Trigger CI
* add assert check of random fill function
* remove duplicate tvm.get_global_func
* Add check random_fill exists on remote devices
* solve pylint
kevinthesun pushed a commit to kevinthesun/tvm that referenced this pull request Sep 18, 2020
…nd Ansor (apache#6391)
* [AutoTVM][Ansor] Enable random fill and CPU cache flush for AutoTVM and Ansor
* Trigger CI
* add assert check of random fill function
* remove duplicate tvm.get_global_func
* Add check random_fill exists on remote devices
* solve pylint
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Sep 18, 2020
…nd Ansor (apache#6391)
* [AutoTVM][Ansor] Enable random fill and CPU cache flush for AutoTVM and Ansor
* Trigger CI
* add assert check of random fill function
* remove duplicate tvm.get_global_func
* Add check random_fill exists on remote devices
* solve pylint
@comaniaccomaniac mentioned this pull request Sep 25, 2020
Sign up for freeto 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.

4 participants

@FrozenGene@comaniac@jcf94@merrymercy