Skip to content

Commit

Permalink
[Inductor] [Doc] Add debugging document for inductor cpu backend (#2430)
Browse files Browse the repository at this point in the history
Co-authored-by: Jiong Gong <jiong.gong@intel.com>

---------

Co-authored-by: Jiong Gong <jiong.gong@intel.com>
Co-authored-by: haozhe.zhu <haozhe.zhu@intel.com>
Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
Co-authored-by: William Wen <william.wen42@gmail.com>
Co-authored-by: Nikita Shulga <nikita.shulga@gmail.com>
  • Loading branch information
6 people authored Jun 30, 2023
1 parent b75785e commit d06d2f1
Show file tree
Hide file tree
Showing 2 changed files with 641 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,13 @@ What's new in PyTorch tutorials?
:link: intermediate/torch_compile_tutorial.html
:tags: Model-Optimization

.. customcarditem::
:header: Inductor CPU Backend Debugging and Profiling
:card_description: Learn the usage, debugging and performance profiling for ``torch.compile`` with Inductor CPU backend.
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
:link: intermediate/inductor_debug_cpu.html
:tags: Model-Optimization

.. customcarditem::
:header: (beta) Implementing High-Performance Transformers with SCALED DOT PRODUCT ATTENTION
:card_description: This tutorial explores the new torch.nn.functional.scaled_dot_product_attention and how it can be used to construct Transformer components.
Expand Down Expand Up @@ -970,6 +977,7 @@ Additional Resources
intermediate/nvfuser_intro_tutorial
intermediate/ax_multiobjective_nas_tutorial
intermediate/torch_compile_tutorial
intermediate/inductor_debug_cpu
intermediate/scaled_dot_product_attention_tutorial

.. toctree::
Expand Down
Loading

0 comments on commit d06d2f1

Please sign in to comment.