Skip to content

Commit

Permalink
[docs] Getting Started with TVM: Auto Tuning with Python (#7767)
Browse files Browse the repository at this point in the history
* [docs] Getting Started with TVM: Auto Tuning with Python

Follows up on the TVMC tutorial, shows how to accomplish the same tasks using the python api

* Apply suggestions from code review

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

* Fix some rendering errors, add descriptions of tuning parameters

Co-authored-by: Cody Yu <comaniac0422@gmail.com>
  • Loading branch information
hogepodge and comaniac authored Apr 6, 2021
1 parent f0fddc8 commit 32d80d6
Show file tree
Hide file tree
Showing 2 changed files with 478 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
"introduction.py",
"install.py",
"tvmc_command_line_driver.py",
"auto_tuning_with_python.py",
"tensor_expr_get_started.py",
"autotvm_matmul.py",
"autoschedule_matmul.py",
Expand Down
Loading

0 comments on commit 32d80d6

Please sign in to comment.