Read the Docs build information
Build id: 2647149
Project: advanced-micro-devices-demo
Version: 4061
Commit: fdce3b7e729a9a3b1b802f67d7ebc7e64f59eb4c
Date: 2024-11-27T23:05:07.241458Z
State: finished
Success: True


[rtd-command-info] start-time: 2024-11-27T23:05:08.435356Z, end-time: 2024-11-27T23:05:10.227450Z, duration: 1, exit-code: 0
git clone --depth 1 git@github.com:ROCm/ROCm.git .
Cloning into '.'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.

[rtd-command-info] start-time: 2024-11-27T23:05:10.293396Z, end-time: 2024-11-27T23:05:12.659699Z, duration: 2, exit-code: 0
git fetch origin --force --prune --prune-tags --depth 50 pull/4061/head:external-4061
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
From github.com:ROCm/ROCm
 * [new ref]         refs/pull/4061/head -> external-4061
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
 * [new tag]         rocm-6.2.1          -> rocm-6.2.1
 * [new tag]         rocm-6.2.2          -> rocm-6.2.2

[rtd-command-info] start-time: 2024-11-27T23:05:12.788601Z, end-time: 2024-11-27T23:05:12.953873Z, duration: 0, exit-code: 0
git checkout --force fdce3b7e729a9a3b1b802f67d7ebc7e64f59eb4c
Note: switching to 'fdce3b7e729a9a3b1b802f67d7ebc7e64f59eb4c'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at fdce3b7 Build(deps): Bump rocm-docs-core from 1.9.0 to 1.9.1 in /docs/sphinx

[rtd-command-info] start-time: 2024-11-27T23:05:13.023113Z, end-time: 2024-11-27T23:05:13.078031Z, duration: 0, exit-code: 0
cat .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
   configuration: docs/conf.py

formats: [htmlzip]

python:
   install:
   - requirements: docs/sphinx/requirements.txt

build:
   os: ubuntu-22.04
   tools:
      python: "3.10"
   apt_packages:
     - "doxygen"
     - "gfortran" # For pre-processing fortran sources
     - "graphviz" # For dot graphs in doxygen

[rtd-command-info] start-time: 2024-11-27T23:05:14.851299Z, end-time: 2024-11-27T23:05:18.509920Z, duration: 3, exit-code: 0
apt-get update --assume-yes --quiet
Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Get:4 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1224 kB]
Get:5 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [45.2 kB]
Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2454 kB]
Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3323 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2738 kB]
Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1513 kB]
Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3413 kB]
Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [52.2 kB]
Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.4 kB]
Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [33.8 kB]
Fetched 15.3 MB in 3s (5964 kB/s)
Reading package lists...

[rtd-command-info] start-time: 2024-11-27T23:05:18.608191Z, end-time: 2024-11-27T23:05:22.863577Z, duration: 4, exit-code: 0
apt-get install --assume-yes --quiet -- doxygen gfortran graphviz
Reading package lists...
Building dependency tree...
Reading state information...
doxygen is already the newest version (1.9.1-2ubuntu2).
The following additional packages will be installed:
  fonts-liberation gfortran-11 libann0 libgfortran-11-dev libgfortran5
Suggested packages:
  gfortran-multilib gfortran-doc gfortran-11-multilib gfortran-11-doc
  libcoarrays-dev graphviz-doc
The following NEW packages will be installed:
  fonts-liberation gfortran gfortran-11 graphviz libann0 libgfortran-11-dev
  libgfortran5
0 upgraded, 7 newly installed, 0 to remove and 177 not upgraded.
Need to get 14.4 MB of archives.
After this operation, 42.5 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB]
Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran5 amd64 12.3.0-1ubuntu1~22.04 [879 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran-11-dev amd64 11.4.0-1ubuntu1~22.04 [842 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gfortran-11 amd64 11.4.0-1ubuntu1~22.04 [11.2 MB]
Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 gfortran amd64 4:11.2.0-1ubuntu1 [1182 B]
Get:6 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 graphviz amd64 2.42.2-6ubuntu0.1 [653 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 14.4 MB in 1s (10.9 MB/s)
Selecting previously unselected package fonts-liberation.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 272117 files and directories currently installed.)
Preparing to unpack .../0-fonts-liberation_1%3a1.07.4-11_all.deb ...
Unpacking fonts-liberation (1:1.07.4-11) ...
Selecting previously unselected package libgfortran5:amd64.
Preparing to unpack .../1-libgfortran5_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libgfortran5:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libgfortran-11-dev:amd64.
Preparing to unpack .../2-libgfortran-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package gfortran-11.
Preparing to unpack .../3-gfortran-11_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking gfortran-11 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package gfortran.
Preparing to unpack .../4-gfortran_4%3a11.2.0-1ubuntu1_amd64.deb ...
Unpacking gfortran (4:11.2.0-1ubuntu1) ...
Selecting previously unselected package libann0.
Preparing to unpack .../5-libann0_1.1.2+doc-7build1_amd64.deb ...
Unpacking libann0 (1.1.2+doc-7build1) ...
Selecting previously unselected package graphviz.
Preparing to unpack .../6-graphviz_2.42.2-6ubuntu0.1_amd64.deb ...
Unpacking graphviz (2.42.2-6ubuntu0.1) ...
Setting up libann0 (1.1.2+doc-7build1) ...
Setting up libgfortran5:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up fonts-liberation (1:1.07.4-11) ...
Setting up graphviz (2.42.2-6ubuntu0.1) ...
Setting up libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
Setting up gfortran-11 (11.4.0-1ubuntu1~22.04) ...
Setting up gfortran (4:11.2.0-1ubuntu1) ...
update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/f95.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f95) doesn't exist
update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/f77.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f77) doesn't exist
Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ...

[rtd-command-info] start-time: 2024-11-27T23:05:27.038805Z, end-time: 2024-11-27T23:05:27.117940Z, duration: 0, exit-code: 0
asdf global python 3.10.15


[rtd-command-info] start-time: 2024-11-27T23:05:27.542299Z, end-time: 2024-11-27T23:05:28.817012Z, duration: 1, exit-code: 0
python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH
created virtual environment CPython3.10.15.final.0-64 in 762ms
  creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/envs/4061, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv)
    added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

[rtd-command-info] start-time: 2024-11-27T23:05:28.882738Z, end-time: 2024-11-27T23:05:41.920747Z, duration: 13, exit-code: 0
python -m pip install --upgrade --no-cache-dir pip setuptools
Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/envs/4061/lib/python3.10/site-packages (23.1)
Collecting pip
  Downloading pip-24.3.1-py3-none-any.whl (1.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 7.7 MB/s eta 0:00:00
Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/envs/4061/lib/python3.10/site-packages (67.6.1)
Collecting setuptools
  Downloading setuptools-75.6.0-py3-none-any.whl (1.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 19.1 MB/s eta 0:00:00
Installing collected packages: setuptools, pip
  Attempting uninstall: setuptools
    Found existing installation: setuptools 67.6.1
    Uninstalling setuptools-67.6.1:
      Successfully uninstalled setuptools-67.6.1
  Attempting uninstall: pip
    Found existing installation: pip 23.1
    Uninstalling pip-23.1:
      Successfully uninstalled pip-23.1
Successfully installed pip-24.3.1 setuptools-75.6.0

[rtd-command-info] start-time: 2024-11-27T23:05:41.998583Z, end-time: 2024-11-27T23:05:52.298939Z, duration: 10, exit-code: 0
python -m pip install --upgrade --no-cache-dir sphinx
Collecting sphinx
  Downloading sphinx-8.1.3-py3-none-any.whl.metadata (6.4 kB)
Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx)
  Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx)
  Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx)
  Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx)
  Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx)
  Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx)
  Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB)
Collecting Jinja2>=3.1 (from sphinx)
  Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
Collecting Pygments>=2.17 (from sphinx)
  Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
Collecting docutils<0.22,>=0.20 (from sphinx)
  Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB)
Collecting snowballstemmer>=2.2 (from sphinx)
  Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB)
Collecting babel>=2.13 (from sphinx)
  Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 kB)
Collecting alabaster>=0.7.14 (from sphinx)
  Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB)
Collecting imagesize>=1.3 (from sphinx)
  Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting requests>=2.30.0 (from sphinx)
  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting packaging>=23.0 (from sphinx)
  Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Collecting tomli>=2 (from sphinx)
  Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB)
Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx)
  Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
Collecting charset-normalizer<4,>=2 (from requests>=2.30.0->sphinx)
  Downloading charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB)
Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx)
  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx)
  Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx)
  Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
Downloading sphinx-8.1.3-py3-none-any.whl (3.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 88.0 MB/s eta 0:00:00
Downloading alabaster-1.0.0-py3-none-any.whl (13 kB)
Downloading babel-2.16.0-py3-none-any.whl (9.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 119.5 MB/s eta 0:00:00
Downloading docutils-0.21.2-py3-none-any.whl (587 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 362.2 MB/s eta 0:00:00
Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
Downloading jinja2-3.1.4-py3-none-any.whl (133 kB)
Downloading packaging-24.2-py3-none-any.whl (65 kB)
Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 391.4 MB/s eta 0:00:00
Downloading requests-2.32.3-py3-none-any.whl (64 kB)
Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB)
Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB)
Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB)
Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB)
Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB)
Downloading tomli-2.2.1-py3-none-any.whl (14 kB)
Downloading certifi-2024.8.30-py3-none-any.whl (167 kB)
Downloading charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB)
Downloading idna-3.10-py3-none-any.whl (70 kB)
Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB)
Downloading urllib3-2.2.3-py3-none-any.whl (126 kB)
Installing collected packages: snowballstemmer, urllib3, tomli, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx
Successfully installed Jinja2-3.1.4 MarkupSafe-3.0.2 Pygments-2.18.0 alabaster-1.0.0 babel-2.16.0 certifi-2024.8.30 charset-normalizer-3.4.0 docutils-0.21.2 idna-3.10 imagesize-1.4.1 packaging-24.2 requests-2.32.3 snowballstemmer-2.2.0 sphinx-8.1.3 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 tomli-2.2.1 urllib3-2.2.3

[rtd-command-info] start-time: 2024-11-27T23:05:52.376895Z, end-time: 2024-11-27T23:06:01.493444Z, duration: 9, exit-code: 0
python -m pip install --exists-action=w --no-cache-dir -r docs/sphinx/requirements.txt
Collecting accessible-pygments==0.0.5 (from -r docs/sphinx/requirements.txt (line 7))
  Downloading accessible_pygments-0.0.5-py3-none-any.whl.metadata (10 kB)
Collecting alabaster==0.7.16 (from -r docs/sphinx/requirements.txt (line 9))
  Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB)
Collecting babel==2.15.0 (from -r docs/sphinx/requirements.txt (line 11))
  Downloading Babel-2.15.0-py3-none-any.whl.metadata (1.5 kB)
Collecting beautifulsoup4==4.12.3 (from -r docs/sphinx/requirements.txt (line 15))
  Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
Collecting breathe==4.35.0 (from -r docs/sphinx/requirements.txt (line 17))
  Downloading breathe-4.35.0-py3-none-any.whl.metadata (1.0 kB)
Collecting certifi==2024.7.4 (from -r docs/sphinx/requirements.txt (line 19))
  Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
Collecting cffi==1.16.0 (from -r docs/sphinx/requirements.txt (line 21))
  Downloading cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting charset-normalizer==3.3.2 (from -r docs/sphinx/requirements.txt (line 25))
  Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Collecting click==8.1.7 (from -r docs/sphinx/requirements.txt (line 27))
  Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting cryptography==43.0.1 (from -r docs/sphinx/requirements.txt (line 29))
  Downloading cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB)
Collecting deprecated==1.2.14 (from -r docs/sphinx/requirements.txt (line 31))
  Downloading Deprecated-1.2.14-py2.py3-none-any.whl.metadata (5.4 kB)
Requirement already satisfied: docutils==0.21.2 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/envs/4061/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 33)) (0.21.2)
Collecting fastjsonschema==2.20.0 (from -r docs/sphinx/requirements.txt (line 39))
  Downloading fastjsonschema-2.20.0-py3-none-any.whl.metadata (2.1 kB)
Collecting gitdb==4.0.11 (from -r docs/sphinx/requirements.txt (line 41))
  Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 kB)
Collecting gitpython==3.1.43 (from -r docs/sphinx/requirements.txt (line 43))
  Downloading GitPython-3.1.43-py3-none-any.whl.metadata (13 kB)
Collecting idna==3.7 (from -r docs/sphinx/requirements.txt (line 45))
  Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB)
Requirement already satisfied: imagesize==1.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/envs/4061/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 47)) (1.4.1)
Requirement already satisfied: jinja2==3.1.4 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/envs/4061/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 49)) (3.1.4)
Collecting markdown-it-py==3.0.0 (from -r docs/sphinx/requirements.txt (line 53))
  Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting markupsafe==2.1.5 (from -r docs/sphinx/requirements.txt (line 57))
  Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Collecting mdit-py-plugins==0.4.1 (from -r docs/sphinx/requirements.txt (line 59))
  Downloading mdit_py_plugins-0.4.1-py3-none-any.whl.metadata (2.8 kB)
Collecting mdurl==0.1.2 (from -r docs/sphinx/requirements.txt (line 61))
  Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Collecting myst-parser==3.0.1 (from -r docs/sphinx/requirements.txt (line 63))
  Downloading myst_parser-3.0.1-py3-none-any.whl.metadata (5.5 kB)
Collecting packaging==24.1 (from -r docs/sphinx/requirements.txt (line 65))
  Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
Collecting pycparser==2.22 (from -r docs/sphinx/requirements.txt (line 69))
  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting pydata-sphinx-theme==0.15.4 (from -r docs/sphinx/requirements.txt (line 71))
  Downloading pydata_sphinx_theme-0.15.4-py3-none-any.whl.metadata (7.5 kB)
Collecting pygithub==2.3.0 (from -r docs/sphinx/requirements.txt (line 75))
  Downloading PyGithub-2.3.0-py3-none-any.whl.metadata (3.8 kB)
Requirement already satisfied: pygments==2.18.0 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/envs/4061/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 77)) (2.18.0)
Collecting pyjwt==2.8.0 (from pyjwt[crypto]==2.8.0->-r docs/sphinx/requirements.txt (line 82))
  Downloading PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB)
Collecting pynacl==1.5.0 (from -r docs/sphinx/requirements.txt (line 84))
  Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB)
Collecting pyyaml==6.0.1 (from -r docs/sphinx/requirements.txt (line 86))
  Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Requirement already satisfied: requests==2.32.3 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/envs/4061/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 91)) (2.32.3)
Collecting rocm-docs-core==1.9.1 (from -r docs/sphinx/requirements.txt (line 95))
  Downloading rocm_docs_core-1.9.1-py3-none-any.whl.metadata (3.9 kB)
Collecting smmap==5.0.1 (from -r docs/sphinx/requirements.txt (line 97))
  Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB)
Requirement already satisfied: snowballstemmer==2.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/envs/4061/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 99)) (2.2.0)
Collecting soupsieve==2.5 (from -r docs/sphinx/requirements.txt (line 101))
  Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
Collecting sphinx==7.3.7 (from -r docs/sphinx/requirements.txt (line 103))
  Downloading sphinx-7.3.7-py3-none-any.whl.metadata (6.0 kB)
Collecting sphinx-book-theme==1.1.3 (from -r docs/sphinx/requirements.txt (line 115))
  Downloading sphinx_book_theme-1.1.3-py3-none-any.whl.metadata (5.7 kB)
Collecting sphinx-copybutton==0.5.2 (from -r docs/sphinx/requirements.txt (line 117))
  Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB)
Collecting sphinx-design==0.6.0 (from -r docs/sphinx/requirements.txt (line 119))
  Downloading sphinx_design-0.6.0-py3-none-any.whl.metadata (5.2 kB)
Collecting sphinx-external-toc==1.0.1 (from -r docs/sphinx/requirements.txt (line 121))
  Downloading sphinx_external_toc-1.0.1-py3-none-any.whl.metadata (15 kB)
Collecting sphinx-notfound-page==1.0.2 (from -r docs/sphinx/requirements.txt (line 123))
  Downloading sphinx_notfound_page-1.0.2-py3-none-any.whl.metadata (2.9 kB)
Collecting sphinx-reredirects==0.1.5 (from -r docs/sphinx/requirements.txt (line 125))
  Downloading sphinx_reredirects-0.1.5-py3-none-any.whl.metadata (2.6 kB)
Collecting sphinxcontrib-applehelp==1.0.8 (from -r docs/sphinx/requirements.txt (line 127))
  Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-devhelp==1.0.6 (from -r docs/sphinx/requirements.txt (line 129))
  Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-htmlhelp==2.0.5 (from -r docs/sphinx/requirements.txt (line 131))
  Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl.metadata (2.3 kB)
Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/envs/4061/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 133)) (1.0.1)
Collecting sphinxcontrib-qthelp==1.0.7 (from -r docs/sphinx/requirements.txt (line 135))
  Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl.metadata (2.2 kB)
Collecting sphinxcontrib-serializinghtml==1.1.10 (from -r docs/sphinx/requirements.txt (line 137))
  Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl.metadata (2.4 kB)
Collecting tomli==2.0.1 (from -r docs/sphinx/requirements.txt (line 139))
  Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB)
Collecting typing-extensions==4.12.2 (from -r docs/sphinx/requirements.txt (line 141))
  Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Collecting urllib3==2.2.2 (from -r docs/sphinx/requirements.txt (line 145))
  Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB)
Collecting wrapt==1.16.0 (from -r docs/sphinx/requirements.txt (line 149))
  Downloading wrapt-1.16.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
Downloading accessible_pygments-0.0.5-py3-none-any.whl (1.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 63.7 MB/s eta 0:00:00
Downloading alabaster-0.7.16-py3-none-any.whl (13 kB)
Downloading Babel-2.15.0-py3-none-any.whl (9.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 182.4 MB/s eta 0:00:00
Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Downloading breathe-4.35.0-py3-none-any.whl (92 kB)
Downloading certifi-2024.7.4-py3-none-any.whl (162 kB)
Downloading cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB)
Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
Downloading click-8.1.7-py3-none-any.whl (97 kB)
Downloading cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 180.0 MB/s eta 0:00:00
Downloading Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB)
Downloading fastjsonschema-2.20.0-py3-none-any.whl (23 kB)
Downloading gitdb-4.0.11-py3-none-any.whl (62 kB)
Downloading GitPython-3.1.43-py3-none-any.whl (207 kB)
Downloading idna-3.7-py3-none-any.whl (66 kB)
Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Downloading mdit_py_plugins-0.4.1-py3-none-any.whl (54 kB)
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Downloading myst_parser-3.0.1-py3-none-any.whl (83 kB)
Downloading packaging-24.1-py3-none-any.whl (53 kB)
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Downloading pydata_sphinx_theme-0.15.4-py3-none-any.whl (4.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 197.8 MB/s eta 0:00:00
Downloading PyGithub-2.3.0-py3-none-any.whl (354 kB)
Downloading PyJWT-2.8.0-py3-none-any.whl (22 kB)
Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 584.1 MB/s eta 0:00:00
Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 705.5/705.5 kB 582.0 MB/s eta 0:00:00
Downloading rocm_docs_core-1.9.1-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 389.9 MB/s eta 0:00:00
Downloading smmap-5.0.1-py3-none-any.whl (24 kB)
Downloading soupsieve-2.5-py3-none-any.whl (36 kB)
Downloading sphinx-7.3.7-py3-none-any.whl (3.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 204.4 MB/s eta 0:00:00
Downloading sphinx_book_theme-1.1.3-py3-none-any.whl (430 kB)
Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB)
Downloading sphinx_design-0.6.0-py3-none-any.whl (2.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 236.3 MB/s eta 0:00:00
Downloading sphinx_external_toc-1.0.1-py3-none-any.whl (26 kB)
Downloading sphinx_notfound_page-1.0.2-py3-none-any.whl (8.1 kB)
Downloading sphinx_reredirects-0.1.5-py3-none-any.whl (5.7 kB)
Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB)
Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB)
Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB)
Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB)
Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB)
Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Downloading urllib3-2.2.2-py3-none-any.whl (121 kB)
Downloading wrapt-1.16.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB)
Installing collected packages: fastjsonschema, wrapt, urllib3, typing-extensions, tomli, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, soupsieve, smmap, pyyaml, pyjwt, pycparser, packaging, mdurl, markupsafe, idna, click, charset-normalizer, certifi, babel, alabaster, accessible-pygments, markdown-it-py, gitdb, deprecated, cffi, beautifulsoup4, sphinx, pynacl, mdit-py-plugins, gitpython, cryptography, sphinx-reredirects, sphinx-notfound-page, sphinx-external-toc, sphinx-design, sphinx-copybutton, pydata-sphinx-theme, myst-parser, breathe, sphinx-book-theme, pygithub, rocm-docs-core
  Attempting uninstall: urllib3
    Found existing installation: urllib3 2.2.3
    Uninstalling urllib3-2.2.3:
      Successfully uninstalled urllib3-2.2.3
  Attempting uninstall: tomli
    Found existing installation: tomli 2.2.1
    Uninstalling tomli-2.2.1:
      Successfully uninstalled tomli-2.2.1
  Attempting uninstall: sphinxcontrib-serializinghtml
    Found existing installation: sphinxcontrib-serializinghtml 2.0.0
    Uninstalling sphinxcontrib-serializinghtml-2.0.0:
      Successfully uninstalled sphinxcontrib-serializinghtml-2.0.0
  Attempting uninstall: sphinxcontrib-qthelp
    Found existing installation: sphinxcontrib-qthelp 2.0.0
    Uninstalling sphinxcontrib-qthelp-2.0.0:
      Successfully uninstalled sphinxcontrib-qthelp-2.0.0
  Attempting uninstall: sphinxcontrib-htmlhelp
    Found existing installation: sphinxcontrib-htmlhelp 2.1.0
    Uninstalling sphinxcontrib-htmlhelp-2.1.0:
      Successfully uninstalled sphinxcontrib-htmlhelp-2.1.0
  Attempting uninstall: sphinxcontrib-devhelp
    Found existing installation: sphinxcontrib-devhelp 2.0.0
    Uninstalling sphinxcontrib-devhelp-2.0.0:
      Successfully uninstalled sphinxcontrib-devhelp-2.0.0
  Attempting uninstall: sphinxcontrib-applehelp
    Found existing installation: sphinxcontrib-applehelp 2.0.0
    Uninstalling sphinxcontrib-applehelp-2.0.0:
      Successfully uninstalled sphinxcontrib-applehelp-2.0.0
  Attempting uninstall: packaging
    Found existing installation: packaging 24.2
    Uninstalling packaging-24.2:
      Successfully uninstalled packaging-24.2
  Attempting uninstall: markupsafe
    Found existing installation: MarkupSafe 3.0.2
    Uninstalling MarkupSafe-3.0.2:
      Successfully uninstalled MarkupSafe-3.0.2
  Attempting uninstall: idna
    Found existing installation: idna 3.10
    Uninstalling idna-3.10:
      Successfully uninstalled idna-3.10
  Attempting uninstall: charset-normalizer
    Found existing installation: charset-normalizer 3.4.0
    Uninstalling charset-normalizer-3.4.0:
      Successfully uninstalled charset-normalizer-3.4.0
  Attempting uninstall: certifi
    Found existing installation: certifi 2024.8.30
    Uninstalling certifi-2024.8.30:
      Successfully uninstalled certifi-2024.8.30
  Attempting uninstall: babel
    Found existing installation: babel 2.16.0
    Uninstalling babel-2.16.0:
      Successfully uninstalled babel-2.16.0
  Attempting uninstall: alabaster
    Found existing installation: alabaster 1.0.0
    Uninstalling alabaster-1.0.0:
      Successfully uninstalled alabaster-1.0.0
  Attempting uninstall: sphinx
    Found existing installation: Sphinx 8.1.3
    Uninstalling Sphinx-8.1.3:
      Successfully uninstalled Sphinx-8.1.3
Successfully installed accessible-pygments-0.0.5 alabaster-0.7.16 babel-2.15.0 beautifulsoup4-4.12.3 breathe-4.35.0 certifi-2024.7.4 cffi-1.16.0 charset-normalizer-3.3.2 click-8.1.7 cryptography-43.0.1 deprecated-1.2.14 fastjsonschema-2.20.0 gitdb-4.0.11 gitpython-3.1.43 idna-3.7 markdown-it-py-3.0.0 markupsafe-2.1.5 mdit-py-plugins-0.4.1 mdurl-0.1.2 myst-parser-3.0.1 packaging-24.1 pycparser-2.22 pydata-sphinx-theme-0.15.4 pygithub-2.3.0 pyjwt-2.8.0 pynacl-1.5.0 pyyaml-6.0.1 rocm-docs-core-1.9.1 smmap-5.0.1 soupsieve-2.5 sphinx-7.3.7 sphinx-book-theme-1.1.3 sphinx-copybutton-0.5.2 sphinx-design-0.6.0 sphinx-external-toc-1.0.1 sphinx-notfound-page-1.0.2 sphinx-reredirects-0.1.5 sphinxcontrib-applehelp-1.0.8 sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.5 sphinxcontrib-qthelp-1.0.7 sphinxcontrib-serializinghtml-1.1.10 tomli-2.0.1 typing-extensions-4.12.2 urllib3-2.2.2 wrapt-1.16.0

[rtd-command-info] start-time: 2024-11-27T23:06:01.671425Z, end-time: 2024-11-27T23:06:01.733452Z, duration: 0, exit-code: 0
cat docs/conf.py
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import os
import shutil

shutil.copy2("../RELEASE.md", "./about/release-notes.md")

os.system("mkdir -p ../_readthedocs/html/downloads")
os.system("cp compatibility/compatibility-matrix-historical-6.0.csv ../_readthedocs/html/downloads/compatibility-matrix-historical-6.0.csv")

latex_engine = "xelatex"
latex_elements = {
    "fontpkg": r"""
\usepackage{tgtermes}
\usepackage{tgheros}
\renewcommand\ttdefault{txtt}
"""
}

html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "rocm.docs.amd.com")
html_context = {}
if os.environ.get("READTHEDOCS", "") == "True":
    html_context["READTHEDOCS"] = True

# configurations for PDF output by Read the Docs
project = "ROCm Documentation"
author = "Advanced Micro Devices, Inc."
copyright = "Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved."
version = "6.2.4"
release = "6.2.4"
setting_all_article_info = True
all_article_info_os = ["linux", "windows"]
all_article_info_author = ""

# pages with specific settings
article_pages = [
    {"file": "about/release-notes", "os": ["linux", "windows"], "date": "2024-11-06"},
    {"file": "how-to/deep-learning-rocm", "os": ["linux"]},
    {"file": "how-to/rocm-for-ai/index", "os": ["linux"]},
    {"file": "how-to/rocm-for-ai/install", "os": ["linux"]},
    {"file": "how-to/rocm-for-ai/train-a-model", "os": ["linux"]},
    {"file": "how-to/rocm-for-ai/deploy-your-model", "os": ["linux"]},
    {"file": "how-to/rocm-for-ai/hugging-face-models", "os": ["linux"]},
    {"file": "how-to/rocm-for-hpc/index", "os": ["linux"]},
    {"file": "how-to/llm-fine-tuning-optimization/index", "os": ["linux"]},
    {"file": "how-to/llm-fine-tuning-optimization/overview", "os": ["linux"]},
    {
        "file": "how-to/llm-fine-tuning-optimization/fine-tuning-and-inference",
        "os": ["linux"],
    },
    {
        "file": "how-to/llm-fine-tuning-optimization/single-gpu-fine-tuning-and-inference",
        "os": ["linux"],
    },
    {
        "file": "how-to/llm-fine-tuning-optimization/multi-gpu-fine-tuning-and-inference",
        "os": ["linux"],
    },
    {
        "file": "how-to/llm-fine-tuning-optimization/llm-inference-frameworks",
        "os": ["linux"],
    },
    {
        "file": "how-to/llm-fine-tuning-optimization/model-acceleration-libraries",
        "os": ["linux"],
    },
    {"file": "how-to/llm-fine-tuning-optimization/model-quantization", "os": ["linux"]},
    {
        "file": "how-to/llm-fine-tuning-optimization/optimizing-with-composable-kernel",
        "os": ["linux"],
    },
    {
        "file": "how-to/llm-fine-tuning-optimization/optimizing-triton-kernel",
        "os": ["linux"],
    },
    {
        "file": "how-to/llm-fine-tuning-optimization/profiling-and-debugging",
        "os": ["linux"],
    },
    {"file": "how-to/performance-validation/mi300x/vllm-benchmark", "os": ["linux"]},
    {"file": "how-to/system-optimization/index", "os": ["linux"]},
    {"file": "how-to/system-optimization/mi300x", "os": ["linux"]},
    {"file": "how-to/system-optimization/mi200", "os": ["linux"]},
    {"file": "how-to/system-optimization/mi100", "os": ["linux"]},
    {"file": "how-to/system-optimization/w6000-v620", "os": ["linux"]},
    {"file": "how-to/tuning-guides/mi300x/index", "os": ["linux"]},
    {"file": "how-to/tuning-guides/mi300x/system", "os": ["linux"]},
    {"file": "how-to/tuning-guides/mi300x/workload", "os": ["linux"]},
    {"file": "how-to/system-debugging", "os": ["linux"]},
    {"file": "how-to/gpu-enabled-mpi", "os": ["linux"]},
]

external_toc_path = "./sphinx/_toc.yml"

extensions = ["rocm_docs", "sphinx_reredirects"]

external_projects_current_project = "rocm"

html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "rocm-stg.amd.com")
html_context = {}
if os.environ.get("READTHEDOCS", "") == "True":
    html_context["READTHEDOCS"] = True

html_theme = "rocm_docs_theme"
html_theme_options = {"flavor": "rocm-docs-home"}

html_static_path = ["sphinx/static/css"]
html_css_files = ["rocm_custom.css", "rocm_rn.css"]

html_title = "ROCm Documentation"

html_theme_options = {"link_main_doc": False}

redirects = {"reference/openmp/openmp": "../../about/compatibility/openmp.html"}

numfig = False

[rtd-command-info] start-time: 2024-11-27T23:06:01.800779Z, end-time: 2024-11-27T23:06:33.973856Z, duration: 32, exit-code: 0
python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
Running Sphinx v7.3.7
Remote mappings will be fetched from ROCm/rocm-docs-core branch=develop
Repository URL: com
myst v3.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'colon_fence', 'substitution', 'fieldlist', 'replacements', 'html_image', 'dollarmath'}, disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=3, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
loading intersphinx inventory from https://rocm.docs.amd.com/projects/AMDMIGraphX/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/amdsmi/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/composable_kernel/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/HIP/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hipBLAS/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/HIPCC/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hipCUB/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hipFFT/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hipfort/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/HIPIFY/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hip-python/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hipRAND/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hipSOLVER/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hipSPARSE/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hipSPARSELt/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hipTensor/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/hip-vs/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/llvm-project/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/MIOpen/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/MIVisionX/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/omniperf/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/omnitrace/en/latest/objects.inv...
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rccl/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rdc/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/radeon/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocAL/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocALUTION/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocBLAS/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/ROCdbgapi/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocDecode/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocFFT/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/ROCgdb/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocJPEG/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocm-docs-core/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/install-on-linux/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/install-on-windows/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocm_bandwidth_test/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocm_smi_lib/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/ROCmCMakeBuildTools/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocminfo/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/ROCmValidationSuite/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocPRIM/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocprofiler/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocprofiler-compute/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocprofiler-sdk/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocprofiler-systems/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocPyDecode/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocRAND/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/ROCR-Runtime/en/latest/objects.inv...
intersphinx inventory has moved: https://rocm.docs.amd.com/projects/rocJPEG/en/latest/objects.inv -> https://readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3DrocJPEG%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252FrocJPEG%25252Fen%25252Flatest%25252Fobjects.inv
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://rocm.docs.amd.com/projects/rocJPEG/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ')
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocr_debug_agent/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocSOLVER/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocSPARSE/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocThrust/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/roctracer/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rocWMMA/en/latest/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/rpp/en/latest/objects.inv...
intersphinx inventory has moved: https://rocm.docs.amd.com/projects/rocprofiler-compute/en/latest/objects.inv -> https://readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3Drocprofiler-compute%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252Frocprofiler-compute%25252Fen%25252Flatest%25252Fobjects.inv
loading intersphinx inventory from https://docs.readthedocs.io/en/stable/objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://rocm.docs.amd.com/projects/rocprofiler-compute/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ')
loading intersphinx inventory from https://www.sphinx-doc.org/en/master/objects.inv...
loading intersphinx inventory from https://rocm.docs.amd.com/projects/TransferBench/en/latest/objects.inv...
intersphinx inventory has moved: https://rocm.docs.amd.com/projects/rocprofiler-systems/en/latest/objects.inv -> https://readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3Drocprofiler-systems%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252Frocprofiler-systems%25252Fen%25252Flatest%25252Fobjects.inv
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://rocm.docs.amd.com/projects/rocprofiler-systems/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ')
[autosummary] generating autosummary for: about/license.md, about/release-notes.md, compatibility/compatibility-matrix.rst, conceptual/More-about-how-ROCm-uses-PCIe-Atomics.rst, conceptual/ai-pytorch-inception.md, conceptual/cmake-packages.rst, conceptual/compiler-topics.md, conceptual/file-reorg.md, conceptual/gpu-arch.md, conceptual/gpu-arch/mi100.md, ..., how-to/tuning-guides/mi300x/index.rst, how-to/tuning-guides/mi300x/system.rst, how-to/tuning-guides/mi300x/workload.rst, index.md, reference/api-libraries.md, reference/gpu-arch-specs.rst, reference/precision-support.rst, reference/rocm-tools.md, release/versions.md, what-is-rocm.rst
Repository URL: com
building [mo]: targets for 0 po files that are out of date
writing output... 
building [html]: targets for 60 source files that are out of date
updating environment: [new config] 60 added, 0 changed, 0 removed
reading sources... [  2%] about/license
reading sources... [  3%] about/release-notes
reading sources... [  5%] compatibility/compatibility-matrix
reading sources... [  7%] conceptual/More-about-how-ROCm-uses-PCIe-Atomics
reading sources... [  8%] conceptual/ai-pytorch-inception
reading sources... [ 10%] conceptual/cmake-packages
reading sources... [ 12%] conceptual/compiler-topics
reading sources... [ 13%] conceptual/file-reorg
reading sources... [ 15%] conceptual/gpu-arch
reading sources... [ 17%] conceptual/gpu-arch/mi100
reading sources... [ 18%] conceptual/gpu-arch/mi250
reading sources... [ 20%] conceptual/gpu-arch/mi300
reading sources... [ 22%] conceptual/gpu-arch/mi300-mi200-performance-counters
reading sources... [ 23%] conceptual/gpu-isolation
reading sources... [ 25%] conceptual/gpu-memory
reading sources... [ 27%] conceptual/iommu
reading sources... [ 28%] conceptual/oversubscription
reading sources... [ 30%] contribute/contributing
reading sources... [ 32%] contribute/feedback
reading sources... [ 33%] contribute/toolchain
reading sources... [ 35%] how-to/build-rocm
reading sources... [ 37%] how-to/deep-learning-rocm
reading sources... [ 38%] how-to/gpu-enabled-mpi
reading sources... [ 40%] how-to/llm-fine-tuning-optimization/fine-tuning-and-inference
reading sources... [ 42%] how-to/llm-fine-tuning-optimization/index
reading sources... [ 43%] how-to/llm-fine-tuning-optimization/llm-inference-frameworks
reading sources... [ 45%] how-to/llm-fine-tuning-optimization/model-acceleration-libraries
reading sources... [ 47%] how-to/llm-fine-tuning-optimization/model-quantization
reading sources... [ 48%] how-to/llm-fine-tuning-optimization/multi-gpu-fine-tuning-and-inference
reading sources... [ 50%] how-to/llm-fine-tuning-optimization/optimizing-triton-kernel
reading sources... [ 52%] how-to/llm-fine-tuning-optimization/optimizing-with-composable-kernel
reading sources... [ 53%] how-to/llm-fine-tuning-optimization/overview
reading sources... [ 55%] how-to/llm-fine-tuning-optimization/profiling-and-debugging
reading sources... [ 57%] how-to/llm-fine-tuning-optimization/single-gpu-fine-tuning-and-inference
reading sources... [ 58%] how-to/performance-validation/mi300x/vllm-benchmark
reading sources... [ 60%] how-to/programming_guide
reading sources... [ 62%] how-to/rocm-for-ai/deploy-your-model
reading sources... [ 63%] how-to/rocm-for-ai/hugging-face-models
reading sources... [ 65%] how-to/rocm-for-ai/index
reading sources... [ 67%] how-to/rocm-for-ai/install
reading sources... [ 68%] how-to/rocm-for-ai/train-a-model
reading sources... [ 70%] how-to/rocm-for-hpc/index
reading sources... [ 72%] how-to/setting-cus
reading sources... [ 73%] how-to/system-debugging
reading sources... [ 75%] how-to/system-optimization/index
reading sources... [ 77%] how-to/system-optimization/mi100
reading sources... [ 78%] how-to/system-optimization/mi200
reading sources... [ 80%] how-to/system-optimization/mi300a
reading sources... [ 82%] how-to/system-optimization/mi300x
reading sources... [ 83%] how-to/system-optimization/w6000-v620
reading sources... [ 85%] how-to/tuning-guides/mi300x/index
reading sources... [ 87%] how-to/tuning-guides/mi300x/system
reading sources... [ 88%] how-to/tuning-guides/mi300x/workload
reading sources... [ 90%] index
reading sources... [ 92%] reference/api-libraries
reading sources... [ 93%] reference/gpu-arch-specs
reading sources... [ 95%] reference/precision-support
reading sources... [ 97%] reference/rocm-tools
reading sources... [ 98%] release/versions
reading sources... [100%] what-is-rocm

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/checkouts/4061/docs/about/release-notes.md:29: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/checkouts/4061/docs/compatibility/compatibility-matrix.rst:7: WARNING: Duplicate explicit target name: "red hat enterprise linux (rhel)".
/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/checkouts/4061/docs/contribute/contributing.md:: WARNING: toctree contains reference to nonexisting document 'contribute/building' [etoc.ref]
/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/checkouts/4061/docs/index.md:71: WARNING: All children of a 'grid-row' should be 'grid-item' [design.grid]
/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/checkouts/4061/docs/reference/api-libraries.md:16: WARNING: All children of a 'grid-row' should be 'grid-item' [design.grid]
/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/checkouts/4061/docs/reference/rocm-tools.md:16: WARNING: All children of a 'grid-row' should be 'grid-item' [design.grid]
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/checkouts/4061/docs/release/versions.md: WARNING: document isn't included in any toctree
done
preparing documents... done
copying assets... copying static files... done
copying extra files... done
done
writing output... [  2%] about/license
writing output... [  3%] about/release-notes
writing output... [  5%] compatibility/compatibility-matrix
writing output... [  7%] conceptual/More-about-how-ROCm-uses-PCIe-Atomics
writing output... [  8%] conceptual/ai-pytorch-inception
writing output... [ 10%] conceptual/cmake-packages
writing output... [ 12%] conceptual/compiler-topics
writing output... [ 13%] conceptual/file-reorg
writing output... [ 15%] conceptual/gpu-arch
writing output... [ 17%] conceptual/gpu-arch/mi100
writing output... [ 18%] conceptual/gpu-arch/mi250
writing output... [ 20%] conceptual/gpu-arch/mi300
writing output... [ 22%] conceptual/gpu-arch/mi300-mi200-performance-counters
writing output... [ 23%] conceptual/gpu-isolation
writing output... [ 25%] conceptual/gpu-memory
writing output... [ 27%] conceptual/iommu
writing output... [ 28%] conceptual/oversubscription
writing output... [ 30%] contribute/contributing
writing output... [ 32%] contribute/feedback
writing output... [ 33%] contribute/toolchain
writing output... [ 35%] how-to/build-rocm
writing output... [ 37%] how-to/deep-learning-rocm
writing output... [ 38%] how-to/gpu-enabled-mpi
writing output... [ 40%] how-to/llm-fine-tuning-optimization/fine-tuning-and-inference
writing output... [ 42%] how-to/llm-fine-tuning-optimization/index
writing output... [ 43%] how-to/llm-fine-tuning-optimization/llm-inference-frameworks
writing output... [ 45%] how-to/llm-fine-tuning-optimization/model-acceleration-libraries
writing output... [ 47%] how-to/llm-fine-tuning-optimization/model-quantization
writing output... [ 48%] how-to/llm-fine-tuning-optimization/multi-gpu-fine-tuning-and-inference
writing output... [ 50%] how-to/llm-fine-tuning-optimization/optimizing-triton-kernel
writing output... [ 52%] how-to/llm-fine-tuning-optimization/optimizing-with-composable-kernel
writing output... [ 53%] how-to/llm-fine-tuning-optimization/overview
writing output... [ 55%] how-to/llm-fine-tuning-optimization/profiling-and-debugging
writing output... [ 57%] how-to/llm-fine-tuning-optimization/single-gpu-fine-tuning-and-inference
writing output... [ 58%] how-to/performance-validation/mi300x/vllm-benchmark
writing output... [ 60%] how-to/programming_guide
writing output... [ 62%] how-to/rocm-for-ai/deploy-your-model
writing output... [ 63%] how-to/rocm-for-ai/hugging-face-models
writing output... [ 65%] how-to/rocm-for-ai/index
writing output... [ 67%] how-to/rocm-for-ai/install
writing output... [ 68%] how-to/rocm-for-ai/train-a-model
writing output... [ 70%] how-to/rocm-for-hpc/index
writing output... [ 72%] how-to/setting-cus
writing output... [ 73%] how-to/system-debugging
writing output... [ 75%] how-to/system-optimization/index
writing output... [ 77%] how-to/system-optimization/mi100
writing output... [ 78%] how-to/system-optimization/mi200
writing output... [ 80%] how-to/system-optimization/mi300a
writing output... [ 82%] how-to/system-optimization/mi300x
writing output... [ 83%] how-to/system-optimization/w6000-v620
writing output... [ 85%] how-to/tuning-guides/mi300x/index
writing output... [ 87%] how-to/tuning-guides/mi300x/system
writing output... [ 88%] how-to/tuning-guides/mi300x/workload
writing output... [ 90%] index
writing output... [ 92%] reference/api-libraries
writing output... [ 93%] reference/gpu-arch-specs
writing output... [ 95%] reference/precision-support
writing output... [ 97%] reference/rocm-tools
writing output... [ 98%] release/versions
writing output... [100%] what-is-rocm

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/checkouts/4061/docs/conceptual/gpu-memory.md:54: WARNING: unknown document: 'hip:how-to/programming_manual'
/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/checkouts/4061/docs/index.md:43: WARNING: 'myst' cross-reference target not found: './how-to/hip_programming_guide.rst' [myst.xref_missing]
/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-demo/checkouts/4061/docs/reference/precision-support.rst:470: WARNING: unknown document: 'rocrand:data-type-support'
generating indices... genindex done
Creating redirect 'reference/openmp/openmp.html' to '../../about/compatibility/openmp.html'.
writing additional pages... search done
copying images... [  1%] data/conceptual/inception-v3.png
copying images... [  3%] data/conceptual/mnist-1.png
copying images... [  4%] data/conceptual/mnist-2.png
copying images... [  6%] data/conceptual/mnist-3.png
copying images... [  7%] data/conceptual/mnist-4.png
copying images... [  8%] data/conceptual/mnist-5.png
copying images... [ 10%] data/conceptual/TextClassification-3.png
copying images... [ 11%] data/conceptual/TextClassification-4.png
copying images... [ 12%] data/conceptual/TextClassification-5.png
copying images... [ 14%] data/conceptual/TextClassification-6.png
copying images... [ 15%] data/conceptual/TextClassification-7.png
copying images... [ 17%] data/conceptual/gpu-arch/image004.png
copying images... [ 18%] data/conceptual/gpu-arch/image005.png
copying images... [ 19%] data/conceptual/gpu-arch/image006.png
copying images... [ 21%] data/conceptual/gpu-arch/image001.png
copying images... [ 22%] data/conceptual/gpu-arch/image002.png
copying images... [ 24%] data/conceptual/gpu-arch/image003.png
copying images... [ 25%] data/shared/xcd-sys-arch.png
copying images... [ 26%] data/conceptual/gpu-arch/image008.png
copying images... [ 28%] data/shared/mi300-node-level-arch.png
copying images... [ 29%] data/contribute/GitHubCheck-Highlight.png
copying images... [ 31%] data/contribute/GitHub-ReadThe-Docs-Highlight.png
copying images... [ 32%] data/how-to/framework_install_2024_07_04.png
copying images... [ 33%] data/how-to/gpu-enabled-mpi-1.png
copying images... [ 35%] data/how-to/llm-fine-tuning-optimization/vllm-single-gpu-log.png
copying images... [ 36%] data/how-to/llm-fine-tuning-optimization/attention-module.png
copying images... [ 38%] data/how-to/llm-fine-tuning-optimization/tunableop.png
copying images... [ 39%] data/how-to/llm-fine-tuning-optimization/ck-template_parameters.jpg
copying images... [ 40%] data/how-to/llm-fine-tuning-optimization/ck-kernel_launch.jpg
copying images... [ 42%] data/how-to/llm-fine-tuning-optimization/ck-operation_flow.jpg
copying images... [ 43%] data/how-to/llm-fine-tuning-optimization/ck-root_instance.jpg
copying images... [ 44%] data/how-to/llm-fine-tuning-optimization/ck-compilation.jpg
copying images... [ 46%] data/how-to/llm-fine-tuning-optimization/ck-inference_flow.jpg
copying images... [ 47%] data/how-to/llm-fine-tuning-optimization/ck-comparisons.jpg
copying images... [ 49%] data/how-to/llm-fine-tuning-optimization/weight-update.png
copying images... [ 50%] data/how-to/rocm-for-hpc/hpc-stack-2024_6_20.png
copying images... [ 51%] data/how-to/tuning-guides/tuning001.png
copying images... [ 53%] data/how-to/tuning-guides/tuning002.png
copying images... [ 54%] data/how-to/tuning-guides/tuning003.png
copying images... [ 56%] data/how-to/tuning-guides/tuning004.png
copying images... [ 57%] data/how-to/tuning-guides/tuning005.png
copying images... [ 58%] data/how-to/tuning-guides/tuning006.png
copying images... [ 60%] data/how-to/tuning-guides/tuning008.png
copying images... [ 61%] data/how-to/tuning-guides/tuning009.png
copying images... [ 62%] data/how-to/tuning-guides/tuning010.png
copying images... [ 64%] data/how-to/tuning-guides/tuning011.png
copying images... [ 65%] data/how-to/tuning-guides/tuning012.png
copying images... [ 67%] data/how-to/tuning-guides/tuning013.png
copying images... [ 68%] data/how-to/tuning-guides/mi300a-rocm-smi-output.png
copying images... [ 69%] data/how-to/tuning-guides/mi300a-rocm-smi-showhw-output.png
copying images... [ 71%] data/how-to/tuning-guides/mi300a-rocm-smi-showtopo-output.png
copying images... [ 72%] data/how-to/tuning-guides/mi300a-rocm-bandwidth-test-output.png
copying images... [ 74%] data/how-to/tuning-guides/mi300a-rocm-peak-bandwidth-output.png
copying images... [ 75%] data/how-to/tuning-guides/rocm-smi-showhw.png
copying images... [ 76%] data/how-to/tuning-guides/rocm-smi-showtopo.png
copying images... [ 78%] data/how-to/tuning-guides/rocminfo.png
copying images... [ 79%] data/how-to/tuning-guides/rocm-bandwidth-test.png
copying images... [ 81%] data/how-to/tuning-guides/rbt-inter-device-access.png
copying images... [ 82%] data/how-to/tuning-guides/rbt-inter-device-numa-distance.png
copying images... [ 83%] data/how-to/tuning-guides/rbt-unidirectional-bandwidth.png
copying images... [ 85%] data/how-to/tuning-guides/rbt-bidirectional-bandwidth.png
copying images... [ 86%] data/how-to/tuning-guides/tuning014.png
copying images... [ 88%] data/how-to/tuning-guides/tuning015.png
copying images... [ 89%] data/how-to/tuning-guides/tuning016.png
copying images... [ 90%] data/how-to/tuning-guides/perfetto-trace.svg
copying images... [ 92%] data/how-to/tuning-guides/omniperf-analysis.png
copying images... [ 93%] data/how-to/tuning-guides/omnitrace-timeline.png
copying images... [ 94%] data/how-to/tuning-guides/tensilelite-tuning-flow.png
copying images... [ 96%] data/shared/compute-unit.png
copying images... [ 97%] data/shared/occupancy-vgpr.png
copying images... [ 99%] data/about/compatibility/floating-point-data-types.png
copying images... [100%] data/rocm-software-stack-6_2_0.jpg

dumping search index in English (code: en)... done
dumping object inventory... done

====================== slowest reading durations =======================
0.402 conceptual/gpu-arch/mi300-mi200-performance-counters
0.363 compatibility/compatibility-matrix
0.333 how-to/tuning-guides/mi300x/workload
0.182 reference/gpu-arch-specs
0.162 reference/precision-support
build succeeded, 13 warnings.

The HTML pages are in ../_readthedocs/html.