Skip to content

Commit

Permalink
[docs] Getting Started with TVM: AutoTVM and Matrix Multiply (apache#…
Browse files Browse the repository at this point in the history
…7643)

* [docs] Getting Started with TVM: AutoTVM and Matrix Multiply

This patch moves the matrix multiplcation example tuning
with AutoTVM to the tutorial directory, and expands on the
content. This follows and builds on the section on TE

* Applying lint style

* Fix license

* Apply suggestions from code review

Co-authored-by: Siyuan Feng <[email protected]>

* Change comparison tolerance to smaller value

Co-authored-by: Siyuan Feng <[email protected]>
  • Loading branch information
hogepodge and Hzfengsy authored Mar 26, 2021
1 parent f74dac7 commit 14f829a
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 336 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
"get_started": [
"tvmc_command_line_driver.py",
"tensor_expr_get_started.py",
"autotvm_matmul.py",
"autoschedule_matmul.py",
"cross_compilation_and_rpc.py",
"relay_quick_start.py",
Expand Down
336 changes: 0 additions & 336 deletions tutorials/autotvm/tune_simple_template.py

This file was deleted.

Loading

0 comments on commit 14f829a

Please sign in to comment.