Skip to content

Commit 45bd45b

Browse files
authored
Merge branch 'main' into leslie/update_x86_inductor_quantization_with_cppwrapper_support
2 parents 38263eb + d1ebbd3 commit 45bd45b

27 files changed

+499
-4
lines changed

.pyspelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ matrix:
100100
content: '''''*'
101101
close: '$'
102102
# Ignore reStructuredText block directives
103-
- open: '\.\. (code-block|math)::.*$\n*'
103+
- open: '\.\. (code-block|math|table)::.*$\n*'
104104
content: '(?P<first>(^(?P<indent>[ ]+).*$\n))(?P<other>(^([ \t]+.*|[ \t]*)$\n)*)'
105105
close: '(^(?![ \t]+.*$))'
106106
- open: '\.\. (raw)::.*$\n*'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Here is how you can create a new tutorial (for a detailed description, see [CONT
2424

2525
1. Create a Python file. If you want it executed while inserted into documentation, save the file with the suffix `tutorial` so that the file name is `your_tutorial.py`.
2626
2. Put it in one of the `beginner_source`, `intermediate_source`, `advanced_source` directory based on the level of difficulty. If it is a recipe, add it to `recipes_source`. For tutorials demonstrating unstable prototype features, add to the `prototype_source`.
27-
2. For Tutorials (except if it is a prototype feature), include it in the `toctree` directive and create a `customcarditem` in [index.rst](./index.rst).
28-
3. For Tutorials (except if it is a prototype feature), create a thumbnail in the [index.rst file](https://github.com/pytorch/tutorials/blob/main/index.rst) using a command like `.. customcarditem:: beginner/your_tutorial.html`. For Recipes, create a thumbnail in the [recipes_index.rst](https://github.com/pytorch/tutorials/blob/main/recipes_source/recipes_index.rst)
27+
3. For Tutorials (except if it is a prototype feature), include it in the `toctree` directive and create a `customcarditem` in [index.rst](./index.rst).
28+
4. For Tutorials (except if it is a prototype feature), create a thumbnail in the [index.rst file](https://github.com/pytorch/tutorials/blob/main/index.rst) using a command like `.. customcarditem:: beginner/your_tutorial.html`. For Recipes, create a thumbnail in the [recipes_index.rst](https://github.com/pytorch/tutorials/blob/main/recipes_source/recipes_index.rst)
2929

3030
If you are starting off with a Jupyter notebook, you can use [this script](https://gist.github.com/chsasank/7218ca16f8d022e02a9c0deb94a310fe) to convert the notebook to Python file. After conversion and addition to the project, please make sure that section headings and other things are in logical order.
3131

_static/img/hta/comm_across_ranks.png

46.2 KB
Loading

_static/img/hta/counts_diff.png

54.1 KB
Loading
90.8 KB
Loading
26.9 KB
Loading

_static/img/hta/duration_diff.png

80.1 KB
Loading

_static/img/hta/idle_time.png

42.4 KB
Loading
Loading

_static/img/hta/idle_time_summary.png

76.2 KB
Loading

_static/img/hta/kernel_metrics_df.png

84.3 KB
Loading
43.5 KB
Loading
35 KB
Loading
102 KB
Loading

_static/img/hta/overlap_df.png

36.3 KB
Loading

_static/img/hta/overlap_plot.png

44.9 KB
Loading

_static/img/hta/pie_charts.png

76.4 KB
Loading
48.1 KB
Loading

_static/img/hta/runtime_outliers.png

31.9 KB
Loading

_static/img/hta/short_gpu_kernels.png

38.3 KB
Loading
114 KB
Loading
46.9 KB
Loading

0 commit comments

Comments
 (0)