[AutoTVM][Ansor] Enable random fill and CPU cache flush for AutoTVM and Ansor (#6391)
authorZhao Wu <zhaowu@apache.org>
Tue, 8 Sep 2020 19:07:14 +0000 (03:07 +0800)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 19:07:14 +0000 (12:07 -0700)
commit84fa62617bcd661843d4ae0cbed305cf952d5b80
tree9eb2cafb570a6a214004a6d67ea4e3e2060fa5b8
parenteee413f9d9f1157b777737adf39060dda1991841
[AutoTVM][Ansor] Enable random fill and CPU cache flush for AutoTVM and Ansor (#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
include/tvm/auto_scheduler/measure.h
python/tvm/auto_scheduler/measure.py
python/tvm/autotvm/measure/measure_methods.py
src/auto_scheduler/measure.cc
tests/python/unittest/test_auto_scheduler_measure.py