Skip to content

Commit

Permalink
Deploying to gh-pages from @ ab5865a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed Mar 12, 2024
1 parent 81a8c89 commit 81a8d8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/fbgemm_gpu-development/BuildInstructions.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ The instructions in this section apply to builds for all variants of FBGEMM_GPU.
C/C++ Compiler (GCC)
~~~~~~~~~~~~~~~~~~~~

Install a version of the GCC toolchain **that supports C++17**. The ``sysroot``
Install a version of the GCC toolchain **that supports C++20**. The ``sysroot``
package will also need to be installed to avoid issues with missing versioned
symbols with ``GLIBCXX`` when compiling FBGEMM_CPU:

Expand Down
2 changes: 1 addition & 1 deletion fbgemm_gpu-development/BuildInstructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h3>Install MIOpen<a class="headerlink" href="#install-miopen" title="Permalink
<p>The instructions in this section apply to builds for all variants of FBGEMM_GPU.</p>
<section id="c-c-compiler-gcc">
<span id="fbgemm-gpu-build-setup-tools-install-compiler-gcc"></span><h3>C/C++ Compiler (GCC)<a class="headerlink" href="#c-c-compiler-gcc" title="Permalink to this heading"></a></h3>
<p>Install a version of the GCC toolchain <strong>that supports C++17</strong>. The <code class="docutils literal notranslate"><span class="pre">sysroot</span></code>
<p>Install a version of the GCC toolchain <strong>that supports C++20</strong>. The <code class="docutils literal notranslate"><span class="pre">sysroot</span></code>
package will also need to be installed to avoid issues with missing versioned
symbols with <code class="docutils literal notranslate"><span class="pre">GLIBCXX</span></code> when compiling FBGEMM_CPU:</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span><span class="c1"># Fix GCC to 10.4.0, to keep compatibility with older versions of GLIBCXX</span>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 81a8d8b

Please sign in to comment.