Skip to content

Commit

Permalink
Table re-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jainapurva committed Jan 22, 2025
1 parent 9b19e79 commit cf9694e
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions docs/source/sparsity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@ The specific backend hardware and its corresponding sparsity pattern, as well as
<td>

<table>
<caption style="caption-side: bottom; text-align: center;">
<i>Fig 2.3: unstructured sparsity</i>
</caption>
<tr>
<td>1
</td>
Expand Down Expand Up @@ -465,18 +468,17 @@ The specific backend hardware and its corresponding sparsity pattern, as well as
</tr>
</table>

<i>Fig 2.3: unstructured sparsity</i>

</td>
</tr>
<tr>
<td> 2:4 Semi-Structured

</td>
<td>


<table>
<caption style="caption-side: bottom; text-align: center;">
<i>Fig 2.4: 2:4 semi-structured sparsity</i>
</caption>
<tr>
<td>0
</td>
Expand Down Expand Up @@ -551,9 +553,6 @@ The specific backend hardware and its corresponding sparsity pattern, as well as
</tr>
</table>


<i>Fig 2.4: 2:4 semi-structured sparsity</i>

</td>
</tr>
<tr>
Expand All @@ -563,6 +562,9 @@ The specific backend hardware and its corresponding sparsity pattern, as well as
<td>

<table>
<caption style="caption-side: bottom; text-align: center;">
<i>Fig 2.5: 4x4 block-wise structured sparsity</i>
</caption>
<tr>
<td>0
</td>
Expand Down Expand Up @@ -637,19 +639,16 @@ The specific backend hardware and its corresponding sparsity pattern, as well as
</tr>
</table>


<i>Fig 2.5: 4x4 block-wise structured sparsity</i>

</td>
</tr>
<tr>
<td> Structured Sparsity

</td>
<td>


<table>
<caption style="caption-side: bottom; text-align: center;">
<i>Fig 2.6: row-wise structured sparsity</i>
</caption>
<tr>
<td>1
</td>
Expand Down Expand Up @@ -723,10 +722,10 @@ The specific backend hardware and its corresponding sparsity pattern, as well as
</td>
</tr>
</table>
<i>Fig 2.6: row-wise structured sparsity</i>

</td>
</tr>
</table>

*Table 4.4: Description of some common sparsity patterns.*

For more information on our supported APIs and benchmaks please refer `Sparsity README <https://github.com/pytorch/ao/blob/main/torchao/sparsity/README.md>`_.

0 comments on commit cf9694e

Please sign in to comment.