[TUTORIAL][ANSOR] Using the template-free auto-scheduler on CPU (#6488)
authorLianmin Zheng <lianminzheng@gmail.com>
Thu, 17 Sep 2020 02:14:09 +0000 (19:14 -0700)
committerGitHub <noreply@github.com>
Thu, 17 Sep 2020 02:14:09 +0000 (19:14 -0700)
commit8843e7625a238566d33ee8561a7df62ce6e45384
tree0f02f9f33cd523239da2d028e42f65358a037dc1
parentdfebd6d554f61f957ab1dabfefe2a1e04a832dad
[TUTORIAL][ANSOR] Using the template-free auto-scheduler on CPU (#6488)

* add tutorial

* add tutorial

* update

* Apply suggestions from code review

Co-authored-by: Cody Yu <comaniac0422@gmail.com>
* address comments

* fix bugs

* add the exmple for resuming the search

* fix lint

Co-authored-by: Cody Yu <comaniac0422@gmail.com>
docs/api/python/auto_scheduler.rst [new file with mode: 0644]
docs/api/python/autotvm.rst
docs/api/python/index.rst
docs/conf.py
python/tvm/auto_scheduler/__init__.py
python/tvm/auto_scheduler/auto_schedule.py
src/auto_scheduler/search_policy/sketch_policy_rules.cc
tutorials/auto_scheduler/README.txt [new file with mode: 0644]
tutorials/auto_scheduler/tune_matmul_x86.py [new file with mode: 0644]
tutorials/autotvm/README.txt