Skip to content

Commit

Permalink
Deploying to gh-pages from @ 441697c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed Jan 3, 2024
1 parent 11e848e commit 921bdac
Show file tree
Hide file tree
Showing 44 changed files with 929 additions and 202 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 951ec2f7d15cc471c5801ca0c58642a5
config: f996087fbec7ef433b55ccd29d9aaf59
tags: 645f666f9bcd5a90fca523b33c5a78b7
67 changes: 0 additions & 67 deletions _sources/general/ContactInfo.rst.txt

This file was deleted.

17 changes: 17 additions & 0 deletions _sources/general/ContactUs.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Contact Us
==========

GitHub
------

* `GitHub Issues <https://github.com/pytorch/FBGEMM/issues>`__: Use this to file
questions, issues, and feature requests concerning FBGEMM_GPU.

* `GitHub Discussions <https://github.com/pytorch/FBGEMM/discussions>`__: Use
avenuue to kick off longer discussions regarding FBGEMM_GPU.

Slack
-----

Feel free to reach out to us on the ``#fbgemm`` channel in
`Pytorch Slack <https://bit.ly/ptslack>`__.
2 changes: 2 additions & 0 deletions _sources/general/Contributing.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.. include:: ../../../../CONTRIBUTING.md
:parser: myst_parser.sphinx_
7 changes: 4 additions & 3 deletions _sources/general/DocsInstructions.rst.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Contributing Documentation
==========================
Building Documentation
======================

FBGEMM_GPU provides extensive comments in its source files, which provide the
most authoritative and up-to-date documentation available for the package.
Expand Down Expand Up @@ -170,7 +170,8 @@ When you add descriptionss to a function, make sure that the ``#ifndef`` and
``#endif`` are configured correctly.

All functions are grouped by a specific group for better organization.
Make sure you add ``@defgroup`` to the code comments.
Make sure you add ``@defgroup`` to the code comments to define the group, and
``@ingroup`` in each docstring to associate the target method with the group.

Follow these instructions to document, generate, and publish a new C++
description:
Expand Down
2 changes: 2 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ library.
general/InstallationInstructions.rst
general/TestInstructions.rst
general/DocsInstructions.rst
general/Contributing.rst
general/ContactUs.rst

.. _fbgemm-gpu.docs.toc.overview:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Jagged Tensor Format
-------------------

Jagged tensors are effectively represented in FBGEMm_GPU as a three-tensor
object. The three tensors are: **Values**, **Max Lengths**, and **Offsets**.
object. The three tensors are: **Values**, **MaxLengths**, and **Offsets**.

Values
~~~~~~
Expand Down
13 changes: 0 additions & 13 deletions _sources/python-api/jagged_tensor_ops.rst.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,24 @@
Jagged Tensor Operators
=======================

.. automodule:: fbgemm_gpu


.. autofunction:: torch.ops.fbgemm.jagged_2d_to_dense


.. autofunction:: torch.ops.fbgemm.jagged_1d_to_dense


.. autofunction:: torch.ops.fbgemm.dense_to_jagged


.. autofunction:: torch.ops.fbgemm.jagged_to_padded_dense


.. autofunction:: torch.ops.fbgemm.jagged_dense_elementwise_add


.. autofunction:: torch.ops.fbgemm.jagged_dense_elementwise_add_jagged_output


.. autofunction:: torch.ops.fbgemm.jagged_dense_dense_elementwise_add_jagged_output


.. autofunction:: torch.ops.fbgemm.jagged_dense_elementwise_mul


.. autofunction:: torch.ops.fbgemm.batched_dense_vec_jagged_2d_mul


.. autofunction:: torch.ops.fbgemm.stacked_jagged_1d_to_dense


.. autofunction:: torch.ops.fbgemm.stacked_jagged_2d_to_dense
4 changes: 3 additions & 1 deletion cpp-api/embedding_ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@
<li class="toctree-l1"><a class="reference internal" href="../general/BuildInstructions.html">Build Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/InstallationInstructions.html">Installation Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/TestInstructions.html">Testing FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Contributing Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Building Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/Contributing.html">Contributing to FBGEMM / FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/ContactUs.html">Contact Us</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">FBGEMM_GPU Overview</span></p>
<ul>
Expand Down
4 changes: 3 additions & 1 deletion cpp-api/input_combine.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@
<li class="toctree-l1"><a class="reference internal" href="../general/BuildInstructions.html">Build Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/InstallationInstructions.html">Installation Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/TestInstructions.html">Testing FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Contributing Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Building Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/Contributing.html">Contributing to FBGEMM / FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/ContactUs.html">Contact Us</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">FBGEMM_GPU Overview</span></p>
<ul>
Expand Down
4 changes: 3 additions & 1 deletion cpp-api/jagged_tensor_ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@
<li class="toctree-l1"><a class="reference internal" href="../general/BuildInstructions.html">Build Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/InstallationInstructions.html">Installation Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/TestInstructions.html">Testing FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Contributing Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Building Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/Contributing.html">Contributing to FBGEMM / FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/ContactUs.html">Contact Us</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">FBGEMM_GPU Overview</span></p>
<ul>
Expand Down
4 changes: 3 additions & 1 deletion cpp-api/layout_transform_ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@
<li class="toctree-l1"><a class="reference internal" href="../general/BuildInstructions.html">Build Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/InstallationInstructions.html">Installation Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/TestInstructions.html">Testing FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Contributing Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Building Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/Contributing.html">Contributing to FBGEMM / FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/ContactUs.html">Contact Us</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">FBGEMM_GPU Overview</span></p>
<ul>
Expand Down
4 changes: 3 additions & 1 deletion cpp-api/memory_utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@
<li class="toctree-l1"><a class="reference internal" href="../general/BuildInstructions.html">Build Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/InstallationInstructions.html">Installation Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/TestInstructions.html">Testing FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Contributing Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Building Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/Contributing.html">Contributing to FBGEMM / FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/ContactUs.html">Contact Us</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">FBGEMM_GPU Overview</span></p>
<ul>
Expand Down
4 changes: 3 additions & 1 deletion cpp-api/merge_pooled_embeddings.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@
<li class="toctree-l1"><a class="reference internal" href="../general/BuildInstructions.html">Build Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/InstallationInstructions.html">Installation Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/TestInstructions.html">Testing FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Contributing Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Building Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/Contributing.html">Contributing to FBGEMM / FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/ContactUs.html">Contact Us</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">FBGEMM_GPU Overview</span></p>
<ul>
Expand Down
4 changes: 3 additions & 1 deletion cpp-api/quantize_ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@
<li class="toctree-l1"><a class="reference internal" href="../general/BuildInstructions.html">Build Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/InstallationInstructions.html">Installation Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/TestInstructions.html">Testing FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Contributing Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Building Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/Contributing.html">Contributing to FBGEMM / FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/ContactUs.html">Contact Us</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">FBGEMM_GPU Overview</span></p>
<ul>
Expand Down
4 changes: 3 additions & 1 deletion cpp-api/sparse_ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@
<li class="toctree-l1"><a class="reference internal" href="../general/BuildInstructions.html">Build Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/InstallationInstructions.html">Installation Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/TestInstructions.html">Testing FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Contributing Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Building Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/Contributing.html">Contributing to FBGEMM / FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/ContactUs.html">Contact Us</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">FBGEMM_GPU Overview</span></p>
<ul>
Expand Down
4 changes: 3 additions & 1 deletion cpp-api/split_table_batched_embeddings.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@
<li class="toctree-l1"><a class="reference internal" href="../general/BuildInstructions.html">Build Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/InstallationInstructions.html">Installation Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/TestInstructions.html">Testing FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Contributing Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/DocsInstructions.html">Building Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/Contributing.html">Contributing to FBGEMM / FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general/ContactUs.html">Contact Us</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">FBGEMM_GPU Overview</span></p>
<ul>
Expand Down
4 changes: 3 additions & 1 deletion general/BuildInstructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@
<li class="toctree-l1 current"><a class="current reference internal" href="#">Build Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="InstallationInstructions.html">Installation Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="TestInstructions.html">Testing FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="DocsInstructions.html">Contributing Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="DocsInstructions.html">Building Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="Contributing.html">Contributing to FBGEMM / FBGEMM_GPU</a></li>
<li class="toctree-l1"><a class="reference internal" href="ContactUs.html">Contact Us</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">FBGEMM_GPU Overview</span></p>
<ul>
Expand Down
Loading

0 comments on commit 921bdac

Please sign in to comment.