@@ -348,13 +348,6 @@ Welcome to PyTorch Tutorials
348
348
349
349
.. Code Transformations with FX
350
350
351
- .. customcarditem ::
352
- :header: Building a Convolution/Batch Norm fuser in FX
353
- :card_description: Build a simple FX pass that fuses batch norm into convolution to improve performance during inference.
354
- :image: _static/img/thumbnails/cropped/Deploying-PyTorch-in-Python-via-a-REST-API-with-Flask.png
355
- :link: intermediate/fx_conv_bn_fuser.html
356
- :tags: FX
357
-
358
351
.. customcarditem ::
359
352
:header: Building a Simple Performance Profiler with FX
360
353
:card_description: Build a simple FX interpreter to record the runtime of op, module, and function calls and report statistics
@@ -583,6 +576,13 @@ Welcome to PyTorch Tutorials
583
576
:link: intermediate/torch_compile_tutorial.html
584
577
:tags: Model-Optimization
585
578
579
+ .. customcarditem ::
580
+ :header: Building a Convolution/Batch Norm fuser in torch.compile
581
+ :card_description: Build a simple pattern matcher pass that fuses batch norm into convolution to improve performance during inference.
582
+ :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
583
+ :link: intermediate/torch_compile_conv_bn_fuser.html
584
+ :tags: Model-Optimization
585
+
586
586
.. customcarditem ::
587
587
:header: Inductor CPU Backend Debugging and Profiling
588
588
:card_description: Learn the usage, debugging and performance profiling for ``torch.compile `` with Inductor CPU backend.
@@ -950,7 +950,6 @@ Additional Resources
950
950
:hidden:
951
951
:caption: Code Transforms with FX
952
952
953
- intermediate/fx_conv_bn_fuser
954
953
intermediate/fx_profiling_tutorial
955
954
956
955
.. toctree ::
@@ -1001,6 +1000,7 @@ Additional Resources
1001
1000
intermediate/nvfuser_intro_tutorial
1002
1001
intermediate/ax_multiobjective_nas_tutorial
1003
1002
intermediate/torch_compile_tutorial
1003
+ intermediate/torch_compile_conv_bn_fuser
1004
1004
intermediate/compiled_autograd_tutorial
1005
1005
intermediate/inductor_debug_cpu
1006
1006
intermediate/scaled_dot_product_attention_tutorial
0 commit comments