-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Append FBGEMM CPU documentation (#2244)
Summary: - Append FBGEMM CPU documentation to the generated Sphinx docs - Re-organize the documentation in the front page Pull Request resolved: #2244 Reviewed By: spcyppt Differential Revision: D52528266 Pulled By: q10 fbshipit-source-id: 36ab286795a01d3ce1a83dc7ca5d674069e81132
- Loading branch information
1 parent
7c4e944
commit fe62b66
Showing
38 changed files
with
1,079 additions
and
562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Quantization Utilities | ||
====================== | ||
|
||
Reference Implementation Methods | ||
-------------------------------- | ||
|
||
.. doxygengroup:: fbgemm-quant-utils-generic | ||
:content-only: | ||
|
||
AVX-2 Implementation Methods | ||
---------------------------- | ||
|
||
.. doxygengroup:: fbgemm-quant-utils-avx2 | ||
:content-only: | ||
|
||
AVX-512 Implementation Methods | ||
------------------------------ | ||
|
||
.. doxygengroup:: fbgemm-quant-utils-avx512 | ||
:content-only: |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.