Skip to content

Commit 7243043

Browse files
committed
Minor doc fix (#3618)
Summary: X-link: facebookresearch/FBGEMM#699 - Minor doc fix to address docs build failure Pull Request resolved: #3618 Reviewed By: sryap Differential Revision: D68720537 Pulled By: q10 fbshipit-source-id: 35468750a4821b3f0e2047135a966bd4d263d623
1 parent 71185f2 commit 7243043

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

cmake/modules/GpuCppLibrary.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,9 @@ function(gpu_cpp_library)
209209

210210
if(USE_ROCM)
211211
if(lib_sources)
212-
# Fetch the equivalent HIPified sources if available.
213-
# This presumes that `hipify()` has already been run.
212+
# Fetch the equivalent HIPified sources if available. The mapping
213+
# is provided by a table that is generated during transpilation
214+
# process, so this presumes that `hipify()` has already been run.
214215
#
215216
# This code is placed under an if-guard so that it won't fail for
216217
# targets that have nothing to do with HIP, e.g. asmjit

fbgemm_gpu/docs/src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
author = "FBGEMM Team"
2929

3030
# The short X.Y version.
31-
version = "1.0"
31+
version = "1.1"
3232

3333
# The full version, including alpha/beta/rc tags
34-
release = "1.0.0"
34+
release = "1.1.0"
3535

3636

3737
# -- Path setup --------------------------------------------------------------

fbgemm_gpu/docs/src/general/documentation/Cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adding Documentation to C++ Code
44
--------------------------------
55

66
Documentation for C++ is provided through
7-
`Javadoc-style comments <https://www.oracle.com/java/technologies/javase/javadoc-tool.html>`__
7+
`Javadoc-style comments <https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html>`__
88
and generated using Sphinx, `Doxygen <https://www.doxygen.nl/>`__, and
99
`Breathe <https://breathe.readthedocs.io>`__.
1010

0 commit comments

Comments
 (0)