-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TUTORIAL] Fix tedd tutorial after strategy change #4947
Conversation
tutorials/language/tedd.py
Outdated
tedd.viz_itervar_relationship_graph(s, dot_file_path = '/tmp/itervar.dot') | ||
#tedd.viz_itervar_relationship_graph(s, show_svg = True) | ||
tedd.viz_itervar_relationship_graph(s, dot_file_path = '/tmp/itervar.dot') | ||
#tedd.viz_itervar_relationship_graph(s, show_svg = True) | ||
|
||
###################################################################### | ||
# .. image:: https://github.com/dmlc/web-data/raw/master/tvm/tutorial/tedd_itervar_rel.png | ||
# :align: center | ||
# :scale: 100% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this line. :scale
will be ignored because Sphinx cannot get the image size.
tutorials/language/tedd.py
Outdated
schedule primitives in Tensor Expression in this document | ||
(https://docs.google.com/document/d/1nmz00_n4Ju-SpYN0QFl3abTHTlR_P0dRyo5zsWC0Q1k/edit?usp=sharing) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
schedule primitives in Tensor Expression in this document | |
(https://docs.google.com/document/d/1nmz00_n4Ju-SpYN0QFl3abTHTlR_P0dRyo5zsWC0Q1k/edit?usp=sharing) | |
schedule primitives in Tensor Expression in this `document <https://docs.google.com/document/d/1nmz00_n4Ju-SpYN0QFl3abTHTlR_P0dRyo5zsWC0Q1k/edit?usp=sharing>`_ |
tutorials/language/tedd.py
Outdated
when you put them together. We have introduced an operational model of | ||
schedule primitives in Tensor Expression in this document | ||
(https://docs.google.com/document/d/1nmz00_n4Ju-SpYN0QFl3abTHTlR_P0dRyo5zsWC0Q1k/edit?usp=sharing) | ||
to make it easier to understand |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a period.
tutorials/language/tedd.py
Outdated
tedd.viz_dataflow_graph(s, dot_file_path = '/tmp/dfg.dot') | ||
#tedd.viz_dataflow_graph(s, show_svg = True) | ||
tedd.viz_dataflow_graph(s, dot_file_path = '/tmp/dfg.dot') | ||
#tedd.viz_dataflow_graph(s, show_svg = True) | ||
|
||
###################################################################### | ||
# .. image:: https://github.com/dmlc/web-data/raw/master/tvm/tutorial/tedd_dfg.png | ||
# :align: center | ||
# :scale: 100% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
tutorials/language/tedd.py
Outdated
tedd.viz_schedule_tree(s, dot_file_path = '/tmp/scheduletree2.dot') | ||
#tedd.viz_schedule_tree(s, show_svg = True) | ||
tedd.viz_schedule_tree(s, dot_file_path = '/tmp/scheduletree2.dot') | ||
#tedd.viz_schedule_tree(s, show_svg = True) | ||
|
||
###################################################################### | ||
# .. image:: https://github.com/dmlc/web-data/raw/master/tvm/tutorial/tedd_st.png | ||
# :align: center | ||
# :scale: 100% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* [TUTORIAL] Fix tedd tutorial after strategy change * Remove scale, remove link to external gdoc
* [TUTORIAL] Fix tedd tutorial after strategy change * Remove scale, remove link to external gdoc
* [TUTORIAL] Fix tedd tutorial after strategy change * Remove scale, remove link to external gdoc
* [TUTORIAL] Fix tedd tutorial after strategy change * Remove scale, remove link to external gdoc
cc @icemelon9