Skip to content

Commit

Permalink
fix documentation format (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Sep 7, 2024
1 parent 0e35548 commit 2e70b60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/opt_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ Conclusion
----------

Optimizing code with ``torch.compile`` involves:

1. Using ``depyf`` to decompile the bytecode and understand the performance bottlenecks.
2. Identifying and addressing unnecessary checks or other sources of overhead.
3. Using ``depyf`` to directly call the compiled function, bypassing unnecessary steps where appropriate.

By following these steps, you can significantly improve performance, especially in environments where execution time is critical.
By following these steps, we can significantly improve performance, especially in environments where execution time is critical.

0 comments on commit 2e70b60

Please sign in to comment.