Skip to content

Commit 7158985

Browse files
committed
Addressed review comment
1 parent 1375373 commit 7158985

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intermediate_source/torch_export_aoti_python.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# In this tutorial, you will learn an end-to-end example of how to use AOTInductor for python runtime.
2222
# We will look at how to use :func:`torch._export.aot_compile` to generate a shared library.
2323
# Additionally, we will examine how to execute the shared library in Python runtime using :func:`torch._export.aot_load`.
24+
# You will learn about the speed up seen in the first inference time using AOTInductor, especially when using
25+
# ``max-autotune`` mode which can take some time to execute.
2426
#
2527
# **Contents**
2628
#

0 commit comments

Comments
 (0)